From 5fb0cfc7026e088d4ab103925687226e5d6e6ef9 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Fri, 10 Aug 2018 17:33:29 +0200 Subject: [PATCH] Add VideoSource::update() function declaration --- src/Sources/VideoSource.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/Sources/VideoSource.h b/src/Sources/VideoSource.h index edfd6bb..423c165 100644 --- a/src/Sources/VideoSource.h +++ b/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: