Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
OVERRIDE macros deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
ufna committed Jul 16, 2014
1 parent 501b217 commit 81bf36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/VaRestPlugin/Private/VaRestPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class FVaRestPlugin : public IVaRestPlugin
{
/** IModuleInterface implementation */
virtual void StartupModule() OVERRIDE
virtual void StartupModule() override
{
// @HACK Force classes to be compiled on shipping build
UVaRestJsonObject::StaticClass();
Expand All @@ -14,7 +14,7 @@ class FVaRestPlugin : public IVaRestPlugin
UVaRestParseManager::StaticClass();
}

virtual void ShutdownModule() OVERRIDE
virtual void ShutdownModule() override
{

}
Expand Down

0 comments on commit 81bf36f

Please sign in to comment.