Again, ANativeActivity is a struct, not a class
authordavilla <davilla@4pi.com>
Fri, 12 Jul 2013 00:29:25 +0000 (20:29 -0400)
committerTrent Nelson <trent.a.b.nelson@gmail.com>
Thu, 19 Sep 2013 03:51:44 +0000 (23:51 -0400)
The initial commit of this change was incorrectly reverted by be445eb.

xbmc/android/jni/Context.h

index b6e8b2e..dcbcbf3 100644 (file)
@@ -22,7 +22,7 @@
 #include "JNIBase.h"
 #include "BroadcastReceiver.h"
 
-class ANativeActivity;
+struct ANativeActivity;
 class CJNIIntent;
 class CJNIPackageManager;
 class CJNIBroadcastReceiver;