summaryrefslogtreecommitdiff
path: root/examples/protocols/cm-wrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/protocols/cm-wrapper.h')
-rw-r--r--examples/protocols/cm-wrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/protocols/cm-wrapper.h b/examples/protocols/cm-wrapper.h
index 63867ca0..ab0e5dd2 100644
--- a/examples/protocols/cm-wrapper.h
+++ b/examples/protocols/cm-wrapper.h
@@ -42,7 +42,7 @@ class CMWrapper : public QObject
public:
CMWrapper(const QString &cmName, QObject *parent = 0);
- ~CMWrapper();
+ ~CMWrapper() override;
ConnectionManagerPtr cm() const;