diff options
Diffstat (limited to 'core/src/Model/Project.hpp')
-rw-r--r-- | core/src/Model/Project.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/Model/Project.hpp b/core/src/Model/Project.hpp index 748ca82..998befb 100644 --- a/core/src/Model/Project.hpp +++ b/core/src/Model/Project.hpp @@ -7,7 +7,8 @@ #include <filesystem> #include <string> -class Project { +class Project +{ public: ItemList<ProductItem> Products; ItemList<FactoryItem> Factories; |