summaryrefslogtreecommitdiff
path: root/gtk2_ardour/simpleline.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/simpleline.cc')
-rw-r--r--gtk2_ardour/simpleline.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/simpleline.cc b/gtk2_ardour/simpleline.cc
index ff5a873a9b..f0ef072ad6 100644
--- a/gtk2_ardour/simpleline.cc
+++ b/gtk2_ardour/simpleline.cc
@@ -81,7 +81,7 @@ const Glib::Class& SimpleLine_Class::init()
//CppClassParent::CppObjectType::get_type();
// Create the wrapper type, with the same class/instance size as the base type.
- register_derived_type(gnome_canvas_line_get_type());
+ register_derived_type(gnome_canvas_simpleline_get_type());
// Add derived versions of interfaces, if the C type implements any interfaces:
}