Skip to content
Snippets Groups Projects
Commit 781cf7fa authored by Oz Linden's avatar Oz Linden
Browse files

remove use of "override" C++11 feature not supported on gcc 4.6

parent 3f2b5f40
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ class MediaPluginLibVLC :
static void unlock(void* data, void* id, void* const* raw_pixels);
static void display(void* data, void* id);
/*virtual*/ void setDirty(int left, int top, int right, int bottom) override;
/*virtual*/ void setDirty(int left, int top, int right, int bottom) /* override, but that is not supported in gcc 4.6 */;
static void eventCallbacks(const libvlc_event_t* event, void* ptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment