summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/DataType.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/DataType.h')
-rw-r--r--src/libs/engine/DataType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/engine/DataType.h b/src/libs/engine/DataType.h
index c658eccc..fbfda7a6 100644
--- a/src/libs/engine/DataType.h
+++ b/src/libs/engine/DataType.h
@@ -56,6 +56,7 @@ public:
inline bool operator!=(const Symbol& symbol) const { return (_symbol != symbol); }
inline bool operator==(const DataType& type) const { return (_symbol == type._symbol); }
inline bool operator!=(const DataType& type) const { return (_symbol != type._symbol); }
+
private:
Symbol _symbol;