diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-26 10:55:28 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2014-08-26 10:55:28 +0000 |
| commit | 2d1275f0337e3fe49ea493f58135c81d0e3af36d (patch) | |
| tree | 9801926c633bf8121a207ee4ab45bc463482bfca /src/document-undo.cpp | |
| parent | Fix paint-selector orientation (diff) | |
| download | inkscape-2d1275f0337e3fe49ea493f58135c81d0e3af36d.tar.gz inkscape-2d1275f0337e3fe49ea493f58135c81d0e3af36d.zip | |
Standardise InkscapeApplication GObject implementation (namespace not supported properly)
(bzr r13341.1.179)
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 53e701648..478266b7b 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*/, GObject *base ) +void Inkscape::DocumentUndo::resetKey( InkscapeApplication * /*inkscape*/, SPDesktop * /*desktop*/, GObject *base ) { SPDocument *doc = reinterpret_cast<SPDocument *>(base); doc->actionkey.clear(); |
