aboutsummaryrefslogtreecommitdiffstats
path: root/src/wm_layer_control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/wm_layer_control.hpp')
-rw-r--r--src/wm_layer_control.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wm_layer_control.hpp b/src/wm_layer_control.hpp
index 7752fc4..f0bc175 100644
--- a/src/wm_layer_control.hpp
+++ b/src/wm_layer_control.hpp
@@ -40,11 +40,11 @@ class Screen {
class LayerControlCallbacks {
public:
LayerControlCallbacks() {};
- virtual ~LayerControlCallbacks() = default;
+ ~LayerControlCallbacks() = default;
LayerControlCallbacks(const LayerControlCallbacks &obj) = default;
// callback functions
- virtual void test(unsigned i) { HMI_DEBUG("test %d", i); }
+ void test(unsigned i) { HMI_DEBUG("test %d", i); }
std::function<void(unsigned)> surfaceCreated;
/* std::function<void(unsigned)> surfaceDestroyed;
std::function<void(unsigned)> layerCreated;