summaryrefslogtreecommitdiff
path: root/include/extensible.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extensible.h')
-rw-r--r--include/extensible.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extensible.h b/include/extensible.h
index 10e96d875..b6e7da5d2 100644
--- a/include/extensible.h
+++ b/include/extensible.h
@@ -48,7 +48,7 @@ class CoreExport ExtensionItem
};
/** A private data store for an Extensible class */
-typedef std::map<std::string,void*> ExtensibleStore;
+CoreExport typedef std::map<std::string,void*> ExtensibleStore;
/** class Extensible is the parent class of many classes such as User and Channel.
* class Extensible implements a system which allows modules to 'extend' the class by attaching data within