Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Cortado
Commits
59abcced
Commit
59abcced
authored
Mar 21, 2010
by
ogg.k.ogg.k
Browse files
fully qualify java.lang.String, as proguard wants this
parent
155b9ad4
Changes
1
Show whitespace changes
Inline
Side-by-side
cortado.proguard
View file @
59abcced
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
public double currentTime;
public double currentTime;
public double duration;
public double duration;
public boolean paused;
public boolean paused;
public String src;
public
java.lang.
String src;
public void run();
public void run();
public void doPause();
public void doPause();
public void doPlay();
public void doPlay();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment