Merge pull request #3655 from lioncash/fwd-decl

cam: Correct forward declaration type for Core::EventType
This commit is contained in:
Weiyi Wang 2018-04-13 10:19:28 +03:00 committed by GitHub
commit 7f408eefa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class CameraInterface;
}
namespace CoreTiming {
class EventType;
struct EventType;
}
namespace Kernel {