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

Make loadLibraries() public

parent f0528c04
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ public class LibVLC extends VLCObject<LibVLC.Event> {
private static boolean sLoaded = false;
static synchronized void loadLibraries() {
public static synchronized void loadLibraries() {
if (sLoaded)
return;
sLoaded = true;
......
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