summaryrefslogtreecommitdiffstats
path: root/src/uscxml/transform/ChartToC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/uscxml/transform/ChartToC.h')
-rw-r--r--src/uscxml/transform/ChartToC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/transform/ChartToC.h b/src/uscxml/transform/ChartToC.h
index 9fe6a9f..bfe0e99 100644
--- a/src/uscxml/transform/ChartToC.h
+++ b/src/uscxml/transform/ChartToC.h
@@ -90,6 +90,7 @@ protected:
std::list<ChartToC*> _allMachines;
std::list<std::string>* _prefixes;
+ bool _hasNativeDataModel;
};
}