summaryrefslogtreecommitdiff
path: root/project2/common/commonObjects.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/commonObjects.h')
-rw-r--r--project2/common/commonObjects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/common/commonObjects.h b/project2/common/commonObjects.h
index 5c4b574..b70185c 100644
--- a/project2/common/commonObjects.h
+++ b/project2/common/commonObjects.h
@@ -37,6 +37,7 @@ class CommonObjects : public virtual IntrusivePtrBase {
RowSets rowSets;
mutable DataSources datasources;
mutable ScriptReaderPtr script;
+ mutable bool scriptLoaded;
private:
DataSources::const_iterator loadDataSource(const std::string & name) const;