Gui: Add missing GuiExport to PreferencePack

This commit is contained in:
Chris Hennes
2024-04-24 21:57:17 -05:00
committed by Chris Hennes
parent ed77603af9
commit 332f6f7631

View File

@@ -34,7 +34,7 @@ namespace Gui {
/**
* \class PreferencePack A collection of user preferences stored in files on disk
*/
class PreferencePack {
class GuiExport PreferencePack {
public:
@@ -83,7 +83,7 @@ namespace Gui {
* preferences as a PreferencePack based on a set of template files provided either in the main
* FreeCAD distribution, or inside various installed mods.
*/
class PreferencePackManager {
class GuiExport PreferencePackManager {
public:
PreferencePackManager();
~PreferencePackManager() = default;