summaryrefslogtreecommitdiff
path: root/gtk2_ardour/fft_graph.h
diff options
context:
space:
mode:
authorJesse Chappell <jesse@essej.net>2006-07-06 13:00:20 +0000
committerJesse Chappell <jesse@essej.net>2006-07-06 13:00:20 +0000
commitee58e757e9beb551669ebf843448e2eb839b24f1 (patch)
tree90c9bcba3272d62c1b0e94673761ce42b1f4ac96 /gtk2_ardour/fft_graph.h
parent118175a3a281c7f70649c74f0e1727cbb65010e8 (diff)
- fixed editor forced minimum size issue
- fixed thinko in selectable - fixed incorrect virtual method signature in fft_graph git-svn-id: svn://localhost/ardour2/trunk@665 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/fft_graph.h')
-rw-r--r--gtk2_ardour/fft_graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/fft_graph.h b/gtk2_ardour/fft_graph.h
index 80c78180a6..73636b989d 100644
--- a/gtk2_ardour/fft_graph.h
+++ b/gtk2_ardour/fft_graph.h
@@ -51,7 +51,7 @@ class FFTGraph : public Gtk::DrawingArea
bool on_expose_event (GdkEventExpose* event);
void on_size_request(Gtk::Requisition* requisition);
- void on_size_allocate(Gtk::Allocation alloc);
+ void on_size_allocate(Gtk::Allocation & alloc);
FFTResult *prepareResult(Gdk::Color color, std::string trackname);
private: