Эх сурвалжийг харах

Fix function call in TestHelper class

public 2 жил өмнө
parent
commit
88bc208d49

+ 2 - 2
test/TestHelper.hpp

@@ -3,7 +3,7 @@
  * Company:         Lynar Studios
  * Company:         Lynar Studios
  * E-Mail:          webmaster@lynarstudios.com
  * E-Mail:          webmaster@lynarstudios.com
  * Created:         2020-08-15
  * Created:         2020-08-15
- * Changed:         2022-05-16
+ * Changed:         2022-05-19
  *
  *
  * */
  * */
 
 
@@ -156,7 +156,7 @@ namespace ls_std_test
 
 
       #ifdef _WIN32
       #ifdef _WIN32
 
 
-      ::std::string _getWorkingDirectoryWindows()
+      static ::std::string _getWorkingDirectoryWindows()
       {
       {
         ::std::string workingDirectory{};
         ::std::string workingDirectory{};
         TCHAR buffer[MAX_PATH];
         TCHAR buffer[MAX_PATH];