diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 01:33:10 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 01:33:10 +0000 |
| commit | ef951d8fabfa365f8ccc8510b912d904ac94a331 (patch) | |
| tree | afb11885a38cffdfa9cdcb0c3c684a60901d9aaf /src/inkscape.h | |
| parent | Fix build failure with clang. Thanks to Samuel Chase for patch (leaks fixed). (diff) | |
| download | inkscape-ef951d8fabfa365f8ccc8510b912d904ac94a331.tar.gz inkscape-ef951d8fabfa365f8ccc8510b912d904ac94a331.zip | |
Kill ancient gcc version check in configure.ac and fix a load of broken forward declarations
(bzr r12203)
Diffstat (limited to 'src/inkscape.h')
| -rw-r--r-- | src/inkscape.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/inkscape.h b/src/inkscape.h index 6ab07be86..368c7fa60 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -15,15 +15,15 @@ #include <list> #include <glib.h> -struct SPDesktop; -struct SPDocument; +class SPDesktop; +class SPDocument; struct SPEventContext; namespace Inkscape { struct Application; namespace XML { class Node; - class Document; + struct Document; } } |
