summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/StoreModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/StoreModel.h')
-rw-r--r--sigmodr/tree/StoreModel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigmodr/tree/StoreModel.h b/sigmodr/tree/StoreModel.h
index c46e536c..ae23ea0a 100644
--- a/sigmodr/tree/StoreModel.h
+++ b/sigmodr/tree/StoreModel.h
@@ -29,7 +29,9 @@ class Store;
namespace Sigmodr
{
-class StoreModel : public ObjectModel
+namespace Tree
+{
+class SIGMODRTREE_IMPORT StoreModel : public ObjectModel
{
Q_OBJECT
@@ -42,5 +44,6 @@ class StoreModel : public ObjectModel
void deleteSelf();
};
}
+}
#endif