From ef951d8fabfa365f8ccc8510b912d904ac94a331 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Thu, 14 Mar 2013 01:33:10 +0000 Subject: Kill ancient gcc version check in configure.ac and fix a load of broken forward declarations (bzr r12203) --- src/document-undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document-undo.h') diff --git a/src/document-undo.h b/src/document-undo.h index 087e12b5a..f19ba9bb2 100644 --- a/src/document-undo.h +++ b/src/document-undo.h @@ -7,7 +7,7 @@ class SPDesktop; namespace Inkscape { -class Application; +struct Application; class DocumentUndo { -- cgit v1.2.3 From 7825ad6d1ac979689ac79d6497079aec36c6ae4b Mon Sep 17 00:00:00 2001 From: Markus Engel Date: Sun, 2 Mar 2014 23:58:28 +0100 Subject: Fixed includes for tools. (bzr r13097) --- src/document-undo.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/document-undo.h') diff --git a/src/document-undo.h b/src/document-undo.h index f19ba9bb2..38e575a34 100644 --- a/src/document-undo.h +++ b/src/document-undo.h @@ -1,9 +1,14 @@ #ifndef SEEN_SP_DOCUMENT_UNDO_H #define SEEN_SP_DOCUMENT_UNDO_H +namespace Glib { + class ustring; +} + typedef struct _GObject GObject; class SPDesktop; +class SPDocument; namespace Inkscape { -- cgit v1.2.3