Skip to content

Commit 4da8b9a

Browse files
authored
ofAVFoundationPlayer.h remove override
we can use override in OF core derived members in near future.
1 parent 2b7745d commit 4da8b9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libs/openFrameworks/video/ofAVFoundationPlayer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class ofAVFoundationPlayer : public ofBaseVideoPlayer {
2727
ofAVFoundationPlayer();
2828
~ofAVFoundationPlayer();
2929

30-
bool load(const of::filesystem::path & fileName) override;
31-
void loadAsync(const of::filesystem::path & fileName) override;
30+
bool load(const of::filesystem::path & fileName);
31+
void loadAsync(const of::filesystem::path & fileName);
3232
void close();
3333
void update();
3434

0 commit comments

Comments
 (0)