Browse Source

Add VideoSource::update() function declaration

master
Krisjanis Rijnieks 7 years ago
parent
commit
5fb0cfc702
  1. 5
      src/Sources/VideoSource.h

5
src/Sources/VideoSource.h

@ -28,10 +28,7 @@ class VideoSource : public BaseSource {
void clear();
void togglePause();
void stop();
#ifndef TARGET_RASPBERRY_PI
void update(ofEventArgs & args);
#endif
void update(ofEventArgs & args);
private:

Loading…
Cancel
Save