diff options
Diffstat (limited to 'src/tools/map_extractor')
| -rw-r--r-- | src/tools/map_extractor/System.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp index 1d16e05809c..3698caead75 100644 --- a/src/tools/map_extractor/System.cpp +++ b/src/tools/map_extractor/System.cpp @@ -100,7 +100,7 @@ void CreateDir(boost::filesystem::path const& path) return; if (!fs::create_directory(path)) - throw new std::runtime_error("Unable to create directory" + path.string()); + throw std::runtime_error("Unable to create directory" + path.string()); } void Usage(char* prg) |
