aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/android/jni/Context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/android/jni/Context.h b/xbmc/android/jni/Context.h
index b6e8b2ef33..dcbcbf360a 100644
--- a/xbmc/android/jni/Context.h
+++ b/xbmc/android/jni/Context.h
@@ -22,7 +22,7 @@
#include "JNIBase.h"
#include "BroadcastReceiver.h"
-class ANativeActivity;
+struct ANativeActivity;
class CJNIIntent;
class CJNIPackageManager;
class CJNIBroadcastReceiver;