summaryrefslogtreecommitdiff
path: root/gtk2_ardour/waveview.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-11-26 00:06:46 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-11-26 00:06:46 +0000
commitf69abbff90ac8b8426bb0c6e02a7f4d4a3fd5e6d (patch)
tree3f694b5bb3cdee16813e224eb183a2435605fe78 /gtk2_ardour/waveview.h
parent026f506bc6912f1374d21ccccf42542f749a6cb7 (diff)
compiles and runs, but crashes ... duh
git-svn-id: svn://localhost/trunk/ardour2@113 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/waveview.h')
-rw-r--r--gtk2_ardour/waveview.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/waveview.h b/gtk2_ardour/waveview.h
index 87e38fe1da..15efbbcef5 100644
--- a/gtk2_ardour/waveview.h
+++ b/gtk2_ardour/waveview.h
@@ -111,7 +111,7 @@ private:
public:
WaveView(Group& parent);
- static void* create_cache();
+ static GnomeCanvasWaveViewCache* create_cache();
Glib::PropertyProxy<void*> property_data_src();
Glib::PropertyProxy_ReadOnly<void*> property_data_src() const;