mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15514 from mogemimi/add-missing-dllexport
Add CC_GUI_DLL to suppress warning C4275
This commit is contained in:
commit
5fe4bd23ce
|
@ -37,7 +37,7 @@ namespace ui {
|
|||
|
||||
class EditBox;
|
||||
|
||||
class EditBoxImplCommon : public EditBoxImpl
|
||||
class CC_GUI_DLL EditBoxImplCommon : public EditBoxImpl
|
||||
{
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue