diff options
Diffstat (limited to 'project2/common/variables-modliteral.cpp')
-rw-r--r-- | project2/common/variables-modliteral.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/common/variables-modliteral.cpp b/project2/common/variables-modliteral.cpp index 8c165ee..33c9ad5 100644 --- a/project2/common/variables-modliteral.cpp +++ b/project2/common/variables-modliteral.cpp @@ -73,6 +73,6 @@ VariableLiteral::VarPart::operator VariableType() const } DECLARE_COMPONENT_LOADER("literal", VariableLiteral, VariableLoader); -DECLARE_CUSTOM_COMPONENT_LOADER("", VariableLiteralDef, VariableLoaderImpl<VariableLiteral>, VariableLoader); +DECLARE_CUSTOM_COMPONENT_LOADER("", VariableLiteralDef, VariableLoader::For<VariableLiteral>, VariableLoader); |