From: Krzysztof KosiƄski Date: Sun, 12 Dec 2010 13:32:01 +0000 (+0100) Subject: Fix build failure X-Git-Url: https://git.tokkee.org/?p=inkscape.git;a=commitdiff_plain;h=373107863d679a9230cf6ebdc8c216ab16be6309 Fix build failure --- diff --git a/src/dialogs/spellcheck.cpp b/src/dialogs/spellcheck.cpp index 12105c8c0..22d440b5f 100644 --- a/src/dialogs/spellcheck.cpp +++ b/src/dialogs/spellcheck.cpp @@ -39,6 +39,7 @@ #include #include "display/canvas-bpath.h" #include "display/curve.h" +#include "document-undo.h" #ifdef HAVE_ASPELL #include @@ -780,7 +781,7 @@ sp_spellcheck_accept (GObject *, GObject *dlg) // find the end of the word anew _end_w = _begin_w; _end_w.nextEndOfWord(); - SPDocumentUndo::done(sp_desktop_document(_desktop), SP_VERB_CONTEXT_TEXT, + Inkscape::DocumentUndo::done(sp_desktop_document(_desktop), SP_VERB_CONTEXT_TEXT, _("Fix spelling")); } }