Commit a1e8d3e9 authored by Filippo Carone's avatar Filippo Carone

serial version uid added

parent 8cd231f5
......@@ -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);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment