Merge pull request #15514 from mogemimi/add-missing-dllexport

Add CC_GUI_DLL to suppress warning C4275
This commit is contained in:
minggo 2016-04-27 09:37:04 +08:00
commit 5fe4bd23ce
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ namespace ui {
class EditBox;
class EditBoxImplCommon : public EditBoxImpl
class CC_GUI_DLL EditBoxImplCommon : public EditBoxImpl
{
public:
/**