diff options
Diffstat (limited to 'src/gui/PatchPropertiesWindow.cpp')
-rw-r--r-- | src/gui/PatchPropertiesWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchPropertiesWindow.cpp b/src/gui/PatchPropertiesWindow.cpp index ee0de379..0ece28f4 100644 --- a/src/gui/PatchPropertiesWindow.cpp +++ b/src/gui/PatchPropertiesWindow.cpp @@ -29,7 +29,7 @@ namespace GUI { PatchPropertiesWindow::PatchPropertiesWindow(BaseObjectType* cobject, const Glib::RefPtr<Gnome::Glade::Xml>& glade_xml) -: Gtk::Window(cobject) + : Window(cobject) { glade_xml->get_widget("properties_name_entry", _name_entry); glade_xml->get_widget("properties_author_entry", _author_entry); |