diff options
Diffstat (limited to 'project2/common/scriptLoader.h')
-rw-r--r-- | project2/common/scriptLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/scriptLoader.h b/project2/common/scriptLoader.h index 181292c..00ad9b5 100644 --- a/project2/common/scriptLoader.h +++ b/project2/common/scriptLoader.h @@ -48,7 +48,7 @@ class LoaderBase { }; /// Helper for loading and maintaining Project2 script components -typedef GenLoader<SourceObject, ScriptNodePtr> ElementLoader; +typedef GenLoader<SourceObject, std::string, ScriptNodePtr> ElementLoader; #endif |