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

Fixed FilePathSeparator class

- fixed warning
Patrick 4 жил өмнө
parent
commit
31ba8ed366

+ 1 - 1
source/io/FilePathSeparator.hpp

@@ -24,7 +24,7 @@ namespace ls_std {
       }
 
       static char getOperatingSystemSpecificSeparator() {
-        char separator {};
+        char separator;
 
         #ifdef _WIN32
           separator = ls_std::FilePathSeparator::getUnixFilePathSeparator();