mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-03 08:41:47 +08:00
camerad: fix class/struct forward declaration mistake (#25842)
old-commit-hash: 8870b439dd
This commit is contained in:
@@ -75,7 +75,7 @@ typedef struct FrameMetadata {
|
||||
} FrameMetadata;
|
||||
|
||||
struct MultiCameraState;
|
||||
struct CameraState;
|
||||
class CameraState;
|
||||
class Debayer;
|
||||
|
||||
class CameraBuf {
|
||||
|
||||
Reference in New Issue
Block a user