summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Application/DataInputDlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Application/DataInputDlg.h')
-rw-r--r--src/Authoring/Studio/Application/DataInputDlg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Application/DataInputDlg.h b/src/Authoring/Studio/Application/DataInputDlg.h
index 0af8e743..e38ee8b8 100644
--- a/src/Authoring/Studio/Application/DataInputDlg.h
+++ b/src/Authoring/Studio/Application/DataInputDlg.h
@@ -48,7 +48,9 @@ QT_FORWARD_DECLARE_CLASS(QStandardItemModel)
enum EDataType {
DataTypeBoolean = 0,
+#ifdef DATAINPUT_EVALUATOR_ENABLED
DataTypeEvaluator,
+#endif
DataTypeFloat,
DataTypeRangedNumber,
DataTypeString,