diff --git a/src/myx/filesystem/paths.cpp b/src/myx/filesystem/paths.cpp index 8811210..797005e 100644 --- a/src/myx/filesystem/paths.cpp +++ b/src/myx/filesystem/paths.cpp @@ -21,7 +21,7 @@ namespace filesystem { MYXLIB_INLINE Paths::Paths() = default; -MYXLIB_INLINE Paths::HierarchyType Paths::getHierarchyType() // V2008 +MYXLIB_INLINE Paths::HierarchyType Paths::getHierarchyType() // -V2008 { QRegExp binUnityRegexp( "/s*bin/unity$" ); QRegExp binRegexp( "/s*bin$" );