Skip to content
Snippets Groups Projects
Commit 552d1a03 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'master-PluginLoader-c++20fix' into 'master'

GeoPluginLoader.h: fixed compilation problem with C++20

See merge request !194
parents 165e67c3 0863c8be
Branches
Tags
1 merge request!194GeoPluginLoader.h: fixed compilation problem with C++20
......@@ -16,7 +16,7 @@ template <class Plugin> class GeoPluginLoader
public:
// Constructor:
GeoPluginLoader<Plugin>();
GeoPluginLoader();
// Destructor:
~GeoPluginLoader();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment