Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
skyjake committed Dec 28, 2016
1 parent 6ebce2c commit b7e42fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/sdk/libcore/src/core/config.cpp
Expand Up @@ -212,7 +212,7 @@ Config &Config::get()
return App::config();
}

bool de::Config::exists()
bool Config::exists()
{
return App::configExists();
}
Expand Down

0 comments on commit b7e42fa

Please sign in to comment.