瀏覽代碼

Fix Windows specific namespace in TestHelper class

Patrick-Christopher Mattulat 2 年之前
父節點
當前提交
182a84cfe3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/classes/TestHelper.cpp

+ 1 - 1
test/classes/TestHelper.cpp

@@ -107,7 +107,7 @@ char ls::std::test::TestHelper::_getFilePathSeparator()
 #endif
 
 #ifdef _WIN32
-static ::std::string _getWorkingDirectoryWindows()
+::std::string ls::std::test::TestHelper::_getWorkingDirectoryWindows()
 {
   ::std::string workingDirectory{};
   TCHAR buffer[MAX_PATH];