summaryrefslogtreecommitdiff
path: root/src/modules/extraicons/ExtraIcon.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-11-20 18:41:56 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-11-20 18:41:56 +0000
commit44141ccc8e279bfd390b91f2f0b737b39da6481c (patch)
treec3cee7cf5fde12c891c834272272b85911328198 /src/modules/extraicons/ExtraIcon.cpp
parentc5c8084eff5beffa9c007de67782b973f2c64fde (diff)
automatic extra icon removal on dynamic plugin unloading
git-svn-id: http://svn.miranda-ng.org/main/trunk@2399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/modules/extraicons/ExtraIcon.cpp')
-rw-r--r--src/modules/extraicons/ExtraIcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extraicons/ExtraIcon.cpp b/src/modules/extraicons/ExtraIcon.cpp
index 50758a4056..3a2d7f4139 100644
--- a/src/modules/extraicons/ExtraIcon.cpp
+++ b/src/modules/extraicons/ExtraIcon.cpp
@@ -24,7 +24,7 @@
#include "extraicons.h"
ExtraIcon::ExtraIcon(const char *name) :
- name(name), slot(-1), position(1000)
+ name(name), slot(-1), position(1000), hLangpack(0)
{
}