Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 9, 2012
1 parent 2661ce5 commit becff7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/src/core/config.cpp
Expand Up @@ -179,7 +179,7 @@ String Config::gets(String const &name)
return get(name).asText();
}

ArrayValue &Config::geta(const String &name)
ArrayValue &Config::geta(String const &name)
{
return getAs<ArrayValue>(name);
}
Expand Down

0 comments on commit becff7b

Please sign in to comment.