diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 10:28:27 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2013-03-14 10:28:27 +0000 |
| commit | c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2 (patch) | |
| tree | 4f4f0c8c71e8098e76ac525fa4b2008efb798b88 /src/filter-chemistry.h | |
| parent | Kill ancient gcc version check in configure.ac and fix a load of broken forwa... (diff) | |
| download | inkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.tar.gz inkscape-c2fc1ca64cb822e76211d145a2ebcd6ff62a66d2.zip | |
Fix another tonne of forward declaration tags
(bzr r12204)
Diffstat (limited to 'src/filter-chemistry.h')
| -rw-r--r-- | src/filter-chemistry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filter-chemistry.h b/src/filter-chemistry.h index 2ac3ebe8f..751885ad2 100644 --- a/src/filter-chemistry.h +++ b/src/filter-chemistry.h @@ -19,7 +19,7 @@ #include "display/nr-filter-types.h" class SPDocument; -class SPFilter; +struct SPFilter; class SPFilterPrimitive; class SPItem; class SPObject; |
