Skip to content

Commit

Permalink
Fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jul 12, 2021
1 parent 49a9fec commit 8c784de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/settings/qgssettingsregistrygui.h
Expand Up @@ -17,7 +17,7 @@
#ifndef QGSSETTINGSREGISTRYGUI_H
#define QGSSETTINGSREGISTRYGUI_H

#include "qgis_core.h"
#include "qgis_gui.h"
#include "qgis_sip.h"
#include "qgssettingsregistry.h"
#include "qgssettingsentry.h"
Expand All @@ -30,7 +30,7 @@
*
* \since QGIS 3.22
*/
class CORE_EXPORT QgsSettingsRegistryGui : public QgsSettingsRegistry
class GUI_EXPORT QgsSettingsRegistryGui : public QgsSettingsRegistry
{
public:

Expand Down

0 comments on commit 8c784de

Please sign in to comment.