Skip to content
Snippets Groups Projects

Resolve "Unit tests unter Windows"

3 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -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