Преглед изворни кода

Fixed FilePathSeparator class

- fixed warning
Patrick пре 4 година
родитељ
комит
31ba8ed366
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/io/FilePathSeparator.hpp

+ 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();