mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
camerad: fix class/struct forward declaration mistake (#25842)
old-commit-hash: 8870b439dd5f9b0ae1a53d75bab3a1470ea7d372
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