diff options
Diffstat (limited to 'project2/common/commonObjects.h')
-rw-r--r-- | project2/common/commonObjects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/commonObjects.h b/project2/common/commonObjects.h index 6c587c4..5c4b574 100644 --- a/project2/common/commonObjects.h +++ b/project2/common/commonObjects.h @@ -14,7 +14,7 @@ class CommonObjects : public virtual IntrusivePtrBase { SimpleMessageException(DataSourceNotCompatible); CommonObjects(); - CommonObjects(ScriptReaderPtr script); + CommonObjects(ScriptNodePtr script); ~CommonObjects(); RowSetPtr getSource(const std::string &) const; |