Remove superfluous qualifications

This commit is contained in:
Michał Janiszewski 2018-01-24 11:37:17 +01:00 committed by GitHub
parent e814367211
commit a162f628e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@
namespace openloco::platform
{
uint32_t openloco::platform::get_time()
uint32_t get_time()
{
return timeGetTime();
}
fs::path openloco::platform::get_user_directory()
fs::path get_user_directory()
{
auto result = fs::path();
PWSTR path = nullptr;