removing extra ;

This commit is contained in:
Dennis Luxen 2013-09-30 16:01:51 +02:00
parent 203b215093
commit 2221a0a908

View File

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