summaryrefslogtreecommitdiffstats
path: root/src/document-undo.h
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-04-30 23:08:33 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-04-30 23:08:33 +0000
commit7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95 (patch)
treeefe8370f02cbc6114d100c63ebbc24ad30893bcb /src/document-undo.h
parentgtkmm-3.0 changes for Gtk::Adjustment (diff)
downloadinkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.tar.gz
inkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.zip
Fix typos in Gtk3 fixes, and fix separator API usage
(bzr r11309)
Diffstat (limited to 'src/document-undo.h')
-rw-r--r--src/document-undo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/document-undo.h b/src/document-undo.h
index 7ff45c269..087e12b5a 100644
--- a/src/document-undo.h
+++ b/src/document-undo.h
@@ -1,7 +1,7 @@
#ifndef SEEN_SP_DOCUMENT_UNDO_H
#define SEEN_SP_DOCUMENT_UNDO_H
-typedef struct _GtkObject GtkObject;
+typedef struct _GObject GObject;
class SPDesktop;
@@ -37,7 +37,7 @@ public:
static void maybeDone(SPDocument *document, const gchar *keyconst, unsigned int event_type, Glib::ustring const &event_description);
- static void resetKey(Inkscape::Application *inkscape, SPDesktop *desktop, GtkObject *base);
+ static void resetKey(Inkscape::Application *inkscape, SPDesktop *desktop, GObject *base);
static void cancel(SPDocument *document);