[Android] Set VLCEvent class public

Geoffrey Métais git at videolan.org
Fri Jan 26 15:16:43 CET 2018


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Jan 19 11:56:55 2018 +0100| [a830fe58734bb1f73c387605b36f07db5ed3ee39] | committer: Geoffrey Métais

Set VLCEvent class public

> https://code.videolan.org/videolan/vlc-android/commit/a830fe58734bb1f73c387605b36f07db5ed3ee39
---

 libvlc/src/org/videolan/libvlc/VLCEvent.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvlc/src/org/videolan/libvlc/VLCEvent.java b/libvlc/src/org/videolan/libvlc/VLCEvent.java
index 7fc0c78e9..e4f049192 100644
--- a/libvlc/src/org/videolan/libvlc/VLCEvent.java
+++ b/libvlc/src/org/videolan/libvlc/VLCEvent.java
@@ -20,7 +20,7 @@
 
 package org.videolan.libvlc;
 
-abstract class VLCEvent {
+public abstract class VLCEvent {
     public final int type;
     protected final long arg1;
     protected final long arg2;



More information about the Android mailing list