Whitespace fix zm_camera.h

This commit is contained in:
SteveGilvarry 2014-12-19 07:27:25 +11:00
parent b4d4dd6e6a
commit 26d7fd87e2
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public:
virtual int PreCapture()=0;
virtual int Capture( Image &image )=0;
virtual int PostCapture()=0;
virtual int CaptureAndRecord( Image &image, bool recording, char* event_directory)=0;
virtual int CaptureAndRecord( Image &image, bool recording, char* event_directory)=0;
};
#endif // ZM_CAMERA_H