Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsproviderguiregistry.cpp
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ void QgsProviderGuiRegistry::loadStaticProviders( )

#ifdef HAVE_COPC
QgsProviderGuiMetadata *copc = new QgsCopcProviderGuiMetadata();
mProviders[ ept->key() ] = copc;
mProviders[ copc->key() ] = copc;
#endif

// only show point cloud option if we have at least one point cloud provider available!

0 comments on commit 64f6bfb

Please sign in to comment.