diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:25:29 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:25:29 +0300 |
| commit | 99584f314758d7ee3ef5faead704546ad0fdc10a (patch) | |
| tree | 352b27f8057d4d44d5d4b9bccf2f376a14f8a2df /include | |
| parent | 1761aa0337e37b8a1bb330aad12231f593362192 (diff) | |
PROTO_INTERFACE: destructor should be also declared as virtual
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_protoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protoint.h b/include/m_protoint.h index 4d3a908168..1e4fa8da62 100644 --- a/include/m_protoint.h +++ b/include/m_protoint.h @@ -89,7 +89,7 @@ public: HGENMENU m_hmiMainMenu = 0; // if protocol menus are displayed in the main menu, this is the root
PROTO_INTERFACE(const char *pszModuleName, const wchar_t *ptszUserName);
- ~PROTO_INTERFACE();
+ virtual ~PROTO_INTERFACE();
//////////////////////////////////////////////////////////////////////////////////////
// Helpers
|
