diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fs/virtfstools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/virtfstools.h b/src/fs/virtfstools.h index 383327404..b2cfb3373 100644 --- a/src/fs/virtfstools.h +++ b/src/fs/virtfstools.h @@ -58,7 +58,7 @@ namespace VirtFsPhys void getFiles(const std::string &path, StringVect &list); } // namespace VirtFs -#else // USE_PHYSFS +#else // USE_PHYSFS // +++ temporary add it here namespace VirtFsDir { |