From c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2 Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Thu, 14 Mar 2013 10:28:27 +0000 Subject: Fix another tonne of forward declaration tags (bzr r12204) --- src/document.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/document.h') diff --git a/src/document.h b/src/document.h index 1255edcb0..606a83be8 100644 --- a/src/document.h +++ b/src/document.h @@ -59,7 +59,7 @@ namespace Proj { class TransfMat3x4; } -class SPDocumentPrivate; +struct SPDocumentPrivate; /// Typed SVG document implementation. class SPDocument : public Inkscape::GC::Managed<>, -- cgit v1.2.3