mirror of https://github.com/axmolengine/axmol.git
Merge pull request #15453 from mogemimi/add-missing-dllexport
Add missing dllexport to avoid warning C4275
This commit is contained in:
commit
df9a9292a2
|
@ -10,7 +10,7 @@ namespace cocostudio {
|
||||||
/**
|
/**
|
||||||
*@brief Localization string manager interface template.
|
*@brief Localization string manager interface template.
|
||||||
*/
|
*/
|
||||||
class ILocalizationManager
|
class CC_STUDIO_DLL ILocalizationManager
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
virtual ~ILocalizationManager() = default;
|
virtual ~ILocalizationManager() = default;
|
||||||
|
|
Loading…
Reference in New Issue