Skip to content
Snippets Groups Projects
Commit a830fe58 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Set VLCEvent class public

parent e0b2e925
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment