mirror of
https://github.com/videolan/vlc.git
synced 2024-12-15 12:43:34 +08:00
serial version uid added
This commit is contained in:
parent
8cd231f505
commit
a1e8d3e9dc
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user