Removed the smnew macro and the call to _CrtSetDbgFlag() to get ready for
merging with the main branch.
This commit is contained in:
@@ -13,7 +13,7 @@ SubscriptionManager<LocalizedString> & GetSubscribers()
|
||||
class LocalizedStringImplDefault: public ILocalizedStringImpl
|
||||
{
|
||||
public:
|
||||
static ILocalizedStringImpl *Create() { return smnew LocalizedStringImplDefault; }
|
||||
static ILocalizedStringImpl *Create() { return new LocalizedStringImplDefault; }
|
||||
|
||||
void Load( const RString& sGroup, const RString& sName )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user