summaryrefslogtreecommitdiffstats
path: root/sigmodr/tree/WeatherGroupModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigmodr/tree/WeatherGroupModel.h')
-rw-r--r--sigmodr/tree/WeatherGroupModel.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sigmodr/tree/WeatherGroupModel.h b/sigmodr/tree/WeatherGroupModel.h
index 0880fba6..a0b9157d 100644
--- a/sigmodr/tree/WeatherGroupModel.h
+++ b/sigmodr/tree/WeatherGroupModel.h
@@ -29,7 +29,9 @@ class Sigmod;
namespace Sigmodr
{
-class WeatherGroupModel : public GroupModel
+namespace Tree
+{
+class SIGMODRTREE_IMPORT WeatherGroupModel : public GroupModel
{
Q_OBJECT
@@ -46,5 +48,6 @@ class WeatherGroupModel : public GroupModel
void deleteObject(BaseModel* model);
};
}
+}
#endif