diff base/Playable.h @ 866:3a3541b357fe tonioni

sampleId -> clipId
author Chris Cannam
date Tue, 07 Jan 2014 15:52:34 +0000
parents 1f98e28f70c6
children ad14e7ed096d
line wrap: on
line diff
--- a/base/Playable.h	Tue Jan 07 15:49:39 2014 +0000
+++ b/base/Playable.h	Tue Jan 07 15:52:34 2014 +0000
@@ -24,7 +24,7 @@
     virtual ~Playable() { }
     
     virtual bool canPlay() const { return false; }
-    virtual QString getDefaultPlaySampleId() const { return ""; }
+    virtual QString getDefaultPlayClipId() const { return ""; }
 };
 
 #endif