diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-22 16:28:18 +0300 |
commit | 869094d2aabef8ab10a1178907cb31ae84f504f9 (patch) | |
tree | 0af7b9054186534b61a7c5a12c6ffed32db10151 /plugins/ClientChangeNotify | |
parent | 6ccfdcb25f2bb3c7a4e39a055bb392c0d4bfa905 (diff) |
IcoLib_AddIcon => CMPlugin::addIcon
Diffstat (limited to 'plugins/ClientChangeNotify')
-rw-r--r-- | plugins/ClientChangeNotify/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/ClientChangeNotify/src/stdafx.h b/plugins/ClientChangeNotify/src/stdafx.h index f02330f144..6032939f7f 100644 --- a/plugins/ClientChangeNotify/src/stdafx.h +++ b/plugins/ClientChangeNotify/src/stdafx.h @@ -52,6 +52,7 @@ #include "m_fingerprint.h"
+struct CMPlugin : public PLUGIN<CMPlugin>
{
CMPlugin();
};
|