diff --git a/Server/DataStructures/QueryObjectsStorage.cpp b/Server/DataStructures/QueryObjectsStorage.cpp index e0ec72e40..fa17e5dbe 100644 --- a/Server/DataStructures/QueryObjectsStorage.cpp +++ b/Server/DataStructures/QueryObjectsStorage.cpp @@ -69,7 +69,7 @@ QueryObjectsStorage::QueryObjectsStorage( SimpleLogger().Write() << "Loading Timestamp"; std::ifstream timestampInStream(timestamp_path.c_str()); if(!timestampInStream) { - SimpleLogger().Write(logWARNING) << timestamp_path << " not found"; + SimpleLogger().Write(logWARNING) << timestamp_path << " not found"; } getline(timestampInStream, timestamp); diff --git a/Server/DataStructures/QueryObjectsStorage.h b/Server/DataStructures/QueryObjectsStorage.h index fd5419283..b9923dfce 100644 --- a/Server/DataStructures/QueryObjectsStorage.h +++ b/Server/DataStructures/QueryObjectsStorage.h @@ -36,7 +36,6 @@ or see http://www.gnu.org/licenses/agpl.txt. #include #include - struct QueryObjectsStorage { typedef StaticGraph QueryGraph; typedef QueryGraph::InputEdge InputEdge;