mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
add missing GEODE_DLL to ColorPickPopup
This commit is contained in:
parent
8eb9b6a8dd
commit
8250a737e0
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
#include <Geode/binding/TextInputDelegate.hpp>
|
||||
|
||||
namespace geode {
|
||||
class ColorPickPopupDelegate {
|
||||
class GEODE_DLL ColorPickPopupDelegate {
|
||||
public:
|
||||
virtual void updateColor(cocos2d::ccColor4B const& color) {}
|
||||
};
|
||||
|
||||
class ColorPickPopup :
|
||||
class GEODE_DLL ColorPickPopup :
|
||||
public Popup<cocos2d::ccColor4B const&, bool>,
|
||||
public cocos2d::extension::ColorPickerDelegate,
|
||||
public TextInputDelegate {
|
||||
|
|
Loading…
Reference in a new issue