[452915] mosquittopp now has a virtual destructor.

Bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=452915
This commit is contained in:
Roger A. Light
2015-01-15 22:48:24 +00:00
parent 0adb2ed217
commit 9332a731bf
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ class mosqpp_EXPORT mosquittopp {
struct mosquitto *m_mosq;
public:
mosquittopp(const char *id=NULL, bool clean_session=true);
~mosquittopp();
virtual ~mosquittopp();
int reinitialise(const char *id, bool clean_session);
int socket();