Skip to content
Snippets Groups Projects
Commit a1e8d3e9 authored by littlejohn's avatar littlejohn
Browse files

serial version uid added

parent 8cd231f5
No related merge requests found
......@@ -33,6 +33,11 @@ import java.awt.Graphics;
public class JVLCCanvas extends Canvas {
/**
* Serial version UID
*/
private static final long serialVersionUID = -1888309778861586426L;
public void paint(Graphics g) {
jvlc.video.paint(g);
}
......
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