diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-28 15:49:30 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-28 15:49:30 +0000 |
| commit | 019c87b20cd0b9c85268afaf389d7380b4dbce3c (patch) | |
| tree | d11083eb85a4c9616e7e667802b110cad24425dd /src/ui/dialog/dialog.h | |
| parent | Drop GtkObject use in dialog (diff) | |
| download | inkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.tar.gz inkscape-019c87b20cd0b9c85268afaf389d7380b4dbce3c.zip | |
gtkmm-3.0 fixes for Gtk::Box and header inclusions
(bzr r11304)
Diffstat (limited to 'src/ui/dialog/dialog.h')
| -rw-r--r-- | src/ui/dialog/dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/dialog.h b/src/ui/dialog/dialog.h index 390649c91..025e9eb58 100644 --- a/src/ui/dialog/dialog.h +++ b/src/ui/dialog/dialog.h @@ -79,7 +79,7 @@ public: virtual operator Gtk::Widget &(); virtual GtkWidget *gobj(); virtual void present(); - virtual Gtk::VBox *get_vbox(); + virtual Gtk::Box *get_vbox(); virtual void show(); virtual void hide(); virtual void show_all_children(); |
