X-Git-Url: https://ruin.nu/git/index.pl?a=blobdiff_plain;f=MooTrackView.java;h=c7850fe65b2eb4aeaed77d5d2f4b96028086641a;hb=5380690b9fc56b683d15765382669d79c50d3414;hp=81384425b7289063262d4968546aab0033cdfb6b;hpb=b6312d2dc8b1a096ecb1dfe9e6590d9f7bf14f71;p=moosique.git diff --git a/MooTrackView.java b/MooTrackView.java index 8138442..c7850fe 100644 --- a/MooTrackView.java +++ b/MooTrackView.java @@ -59,7 +59,7 @@ public class MooTrackView extends JPanel implements ActionListener { /** * Updates the track view. */ - public void update() { + public void update(long tickPosition) { repaint(); }