removing extra ;

This commit is contained in:
Dennis Luxen 2013-09-30 16:01:51 +02:00
parent 73234e7782
commit 08d861e87c

View File

@ -157,7 +157,7 @@ public:
", code " << e.get_error_code();
throw OSRMException(e.what());
}
};
}
private:
SharedMemoryFactory_tmpl() {}