Переглянути джерело

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