aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/fwd.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-06-03 10:06:55 -0700
committerrtk0c <[email protected]>2021-06-03 10:06:55 -0700
commit7a325e1b3be04bc54941431458903022da1643ac (patch)
treeaa76ab5b243fb351693645bfe2d2841019a45c5a /core/src/Model/fwd.hpp
parent016d58996db755630f8b41ddbef67516fe0c13b2 (diff)
Create template inheritance hierarchy, object value RTTI system
Diffstat (limited to 'core/src/Model/fwd.hpp')
-rw-r--r--core/src/Model/fwd.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/Model/fwd.hpp b/core/src/Model/fwd.hpp
index 09b0c75..8f6fc73 100644
--- a/core/src/Model/fwd.hpp
+++ b/core/src/Model/fwd.hpp
@@ -24,6 +24,7 @@ class CustomerItem;
class Project;
// TransactionDatabase.hpp
+enum class TableKind;
class SalesTable;
class PurchasesTable;
class DeliveryTable;