diff --git a/src/features/LayerManager/LayerViewPopup.hpp b/src/features/LayerManager/LayerViewPopup.hpp index 12cb5d3e..f1651f66 100644 --- a/src/features/LayerManager/LayerViewPopup.hpp +++ b/src/features/LayerManager/LayerViewPopup.hpp @@ -20,7 +20,7 @@ class LabelWithData : public CCLabelBMFont { class LayerEditPopup; -class __declspec(dllexport) LayerViewPopup : public BrownAlertDelegate { +class LayerViewPopup : public BrownAlertDelegate { public: static constexpr const int grid_max_item_count = 36; static constexpr const int grid_row_item_count = 6;