- Android build fixes.

[CL 2533019 by JJ Hoesing in Main branch]
This commit is contained in:
JJ Hoesing
2015-04-30 21:36:47 -04:00
committed by JJ.Hoesing@epicgames.com
parent 74566f4960
commit fc0a88c67d
3 changed files with 4 additions and 4 deletions
@@ -9,7 +9,7 @@ TSharedPtr<FAndroidMediaPlayerStreamer> AndroidMovieStreamer;
class FAndroidMoviePlayerModule : public IModuleInterface
{
/** IModuleInterface implementation */
virtual void StartupModule() OVERRIDE
virtual void StartupModule() override
{
if (IsSupported())
{
@@ -19,7 +19,7 @@ class FAndroidMoviePlayerModule : public IModuleInterface
}
}
virtual void ShutdownModule() OVERRIDE
virtual void ShutdownModule() override
{
if (IsSupported())
{
@@ -6,7 +6,7 @@
#include "AndroidJava.h"
#include "AndroidFile.h"
#include "Slate.h"
#include "SlateBasics.h"
#include "RenderingCommon.h"
#include "RenderUtils.h"
#include "Slate/SlateTextures.h"
@@ -4,7 +4,7 @@
#include "MoviePlayer.h"
#include "AndroidJavaMediaPlayer.h"
#include "Slate.h"
#include "SlateBasics.h"
#include "Slate/SlateTextures.h"
// The actual streamer class