camerad: fix class/struct forward declaration mistake (#25842)

pull/25846/head
Dean Lee 3 years ago committed by GitHub
parent 583304fc7b
commit 8870b439dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      system/camerad/cameras/camera_common.h

@ -75,7 +75,7 @@ typedef struct FrameMetadata {
} FrameMetadata;
struct MultiCameraState;
struct CameraState;
class CameraState;
class Debayer;
class CameraBuf {

Loading…
Cancel
Save