diff options
Diffstat (limited to 'include/basegfx/polygon/b2dpolypolygon.hxx')
-rw-r--r-- | include/basegfx/polygon/b2dpolypolygon.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/basegfx/polygon/b2dpolypolygon.hxx b/include/basegfx/polygon/b2dpolypolygon.hxx index 07bffcd6527d..3527c84da811 100644 --- a/include/basegfx/polygon/b2dpolypolygon.hxx +++ b/include/basegfx/polygon/b2dpolypolygon.hxx @@ -29,13 +29,12 @@ #include <basegfx/basegfxdllapi.h> #include <basegfx/polygon/b2dpolygon.hxx> -// predeclarations class ImplB2DPolyPolygon; namespace basegfx { class B2DHomMatrix; -} // end of namespace basegfx +} namespace basegfx { |