diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-30 23:08:33 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2012-04-30 23:08:33 +0000 |
| commit | 7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95 (patch) | |
| tree | efe8370f02cbc6114d100c63ebbc24ad30893bcb /src/document-undo.cpp | |
| parent | gtkmm-3.0 changes for Gtk::Adjustment (diff) | |
| download | inkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.tar.gz inkscape-7a38f66b0aefb8da58dd26ec51e4de53e8d1cf95.zip | |
Fix typos in Gtk3 fixes, and fix separator API usage
(bzr r11309)
Diffstat (limited to 'src/document-undo.cpp')
| -rw-r--r-- | src/document-undo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 61c78fe8a..312ccb7f8 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -112,7 +112,7 @@ void Inkscape::DocumentUndo::done(SPDocument *doc, const unsigned int event_type maybeDone(doc, NULL, event_type, event_description); } -void Inkscape::DocumentUndo::resetKey( Inkscape::Application * /*inkscape*/, SPDesktop * /*desktop*/, GtkObject *base ) +void Inkscape::DocumentUndo::resetKey( Inkscape::Application * /*inkscape*/, SPDesktop * /*desktop*/, GObject *base ) { SPDocument *doc = reinterpret_cast<SPDocument *>(base); doc->actionkey.clear(); |
