Skip to content
Snippets Groups Projects

Resolve "Unit tests unter Windows"

Merged Joscha Schmiedt requested to merge f-77-unit-tests-unter-windows into dev
Files
3
@@ -171,7 +171,7 @@ private:
mutable std::map<std::string, std::shared_ptr<Connection>> connections;
mutable std::string default_connection_name;
static ConnectionManager instance;
static ConnectionManager mInstance;
inline ConnectionManager(){};
Loading