From 08d861e87cd514750e5f3634b0f3ff439d1e1b4c Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 30 Sep 2013 16:01:51 +0200 Subject: [PATCH 1/2] removing extra ; --- DataStructures/SharedMemoryFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataStructures/SharedMemoryFactory.h b/DataStructures/SharedMemoryFactory.h index 3f71279c6..d4d9770d1 100644 --- a/DataStructures/SharedMemoryFactory.h +++ b/DataStructures/SharedMemoryFactory.h @@ -157,7 +157,7 @@ public: ", code " << e.get_error_code(); throw OSRMException(e.what()); } - }; + } private: SharedMemoryFactory_tmpl() {} From cfab0fa24517586f1908d6e5d316bda96238c6e8 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 30 Sep 2013 16:03:46 +0200 Subject: [PATCH 2/2] fixing include typo --- datastore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore.cpp b/datastore.cpp index 2992eada8..fe9782a3b 100644 --- a/datastore.cpp +++ b/datastore.cpp @@ -25,7 +25,7 @@ or see http://www.gnu.org/licenses/agpl.txt. #include "DataStructures/StaticRTree.h" #include "Server/DataStructures/BaseDataFacade.h" #include "Server/DataStructures/SharedDataType.h" -#include "Util/BoostFilesystemFix.h" +#include "Util/BoostFileSystemFix.h" #include "Util/IniFile.h" #include "Util/SimpleLogger.h" #include "Util/UUID.h"