summaryrefslogtreecommitdiffstats
path: root/include/astra/AstraObjectManager.h
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-04-22 17:39:59 +0200
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-04-22 17:39:59 +0200
commit8b67986464daae799d0171aed70a0d2cd96fd8d1 (patch)
treea20f6681fdfd1080b2fb157087ae7f9054072cb8 /include/astra/AstraObjectManager.h
parent7f8b7b37121e06cec76b2b1cab1b56920c2c4ef4 (diff)
downloadastra-8b67986464daae799d0171aed70a0d2cd96fd8d1.tar.gz
astra-8b67986464daae799d0171aed70a0d2cd96fd8d1.tar.bz2
astra-8b67986464daae799d0171aed70a0d2cd96fd8d1.tar.xz
astra-8b67986464daae799d0171aed70a0d2cd96fd8d1.zip
Fix build
Diffstat (limited to 'include/astra/AstraObjectManager.h')
-rw-r--r--include/astra/AstraObjectManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/astra/AstraObjectManager.h b/include/astra/AstraObjectManager.h
index ad89c2a..9faecbe 100644
--- a/include/astra/AstraObjectManager.h
+++ b/include/astra/AstraObjectManager.h
@@ -60,7 +60,7 @@ public:
};
-class CAstraIndexManager : public Singleton<CAstraIndexManager> {
+class _AstraExport CAstraIndexManager : public Singleton<CAstraIndexManager> {
public:
CAstraIndexManager() : m_iLastIndex(0) { }