summaryrefslogtreecommitdiff
path: root/gtk2_ardour/fft_graph.cc
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.cc
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.cc')
-rw-r--r--gtk2_ardour/fft_graph.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/fft_graph.cc b/gtk2_ardour/fft_graph.cc
index c2d81abf3c..7c8b4b4095 100644
--- a/gtk2_ardour/fft_graph.cc
+++ b/gtk2_ardour/fft_graph.cc
@@ -384,7 +384,7 @@ FFTGraph::on_size_request(Gtk::Requisition* requisition)
}
void
-FFTGraph::on_size_allocate(Gtk::Allocation alloc)
+FFTGraph::on_size_allocate(Gtk::Allocation & alloc)
{
width = alloc.get_width();
height = alloc.get_height();