summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJP Cimalando <jp-dev@inbox.ru>2019-01-09 21:47:35 +0100
committerFilipe Coelho <falktx@falktx.com>2019-01-11 10:31:02 +0100
commitc5e1f7d0268cfbc9593b7c858f62535bf13cb77c (patch)
tree275eee26c2341fe669f0cefaee66048c724432d2 /examples
parenta13ed54afec0e388956196c9aedfc9e52651ca5c (diff)
Fix some warnings emitted by GCC 8 and Clang 7
Diffstat (limited to 'examples')
-rw-r--r--examples/Meters/ExampleUIMeters.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Meters/ExampleUIMeters.cpp b/examples/Meters/ExampleUIMeters.cpp
index d57c461f..3aa952fe 100644
--- a/examples/Meters/ExampleUIMeters.cpp
+++ b/examples/Meters/ExampleUIMeters.cpp
@@ -93,7 +93,7 @@ protected:
A state has changed on the plugin side.
This is called by the host to inform the UI about state changes.
*/
- void stateChanged(const char*, const char*)
+ void stateChanged(const char*, const char*) override
{
// nothing here
}