summaryrefslogtreecommitdiff
path: root/plugins/Clist_nicer/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_nicer/src/stdafx.h')
-rw-r--r--plugins/Clist_nicer/src/stdafx.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/Clist_nicer/src/stdafx.h b/plugins/Clist_nicer/src/stdafx.h
index ded6de7f66..095baf763d 100644
--- a/plugins/Clist_nicer/src/stdafx.h
+++ b/plugins/Clist_nicer/src/stdafx.h
@@ -74,15 +74,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
struct CMPlugin : public PLUGIN<CMPlugin>
{
- CMPlugin() :
- PLUGIN<CMPlugin>("CList")
- {}
+ CMPlugin();
};
// shared vars
extern LONG g_cxsmIcon, g_cysmIcon;
-extern PLUGININFOEX pluginInfo;
extern LIST<StatusItems_t> arStatusItems;
extern ImageItem *g_glyphItem;
extern HIMAGELIST hCListImages;