summaryrefslogtreecommitdiff
path: root/Plugins/extraicons/commons.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/extraicons/commons.h')
-rw-r--r--Plugins/extraicons/commons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Plugins/extraicons/commons.h b/Plugins/extraicons/commons.h
index 19cce84..9ae6620 100644
--- a/Plugins/extraicons/commons.h
+++ b/Plugins/extraicons/commons.h
@@ -63,6 +63,7 @@ using namespace std;
#include "m_extraicons.h"
#include "ExtraIcon.h"
+#include "ExtraIconGroup.h"
#include "CallbackExtraIcon.h"
#include "IcolibExtraIcon.h"
#include "usedIcons.h"
@@ -83,7 +84,7 @@ extern PLUGINLINK *pluginLink;
extern vector<HANDLE> hHooks;
-extern vector<ExtraIcon*> extraIcons;
+extern vector<BaseExtraIcon*> registeredExtraIcons;
ExtraIcon * GetExtraIconBySlot(int slot);
int GetNumberOfSlots();