summaryrefslogtreecommitdiff
path: root/project2/common/scriptLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/common/scriptLoader.h')
-rw-r--r--project2/common/scriptLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/scriptLoader.h b/project2/common/scriptLoader.h
index 9f0e9c6..feb958b 100644
--- a/project2/common/scriptLoader.h
+++ b/project2/common/scriptLoader.h
@@ -93,7 +93,7 @@ class LoaderBase {
Targets targets;
static unsigned int depth;
friend class SourceObject;
- static std::set<SourceObjectPtr> loadedObjects;
+ static std::set<SourceObject *> loadedObjects;
const bool recursive;