summaryrefslogtreecommitdiff
path: root/include/basegfx
diff options
context:
space:
mode:
authorTomaž Vajngerl <tomaz.vajngerl@collabora.co.uk>2019-03-02 23:49:57 +0100
committerTomaž Vajngerl <quikee@gmail.com>2019-03-06 16:36:25 +0100
commitd112761291b16c1d47bebdebf3169527f5e1249e (patch)
treebf5f0c4f7caa15a64bd15b3cdaf230ae1fe407b2 /include/basegfx
parentc34f8f2233212bba7ecca4d128b2ab59b2d1dd6a (diff)
use gfx namespace for DrawCommands
Change-Id: Ib2d97c4fee4e1bb433beeba4fb507fdc7d542af9 Reviewed-on: https://gerrit.libreoffice.org/68775 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include/basegfx')
-rw-r--r--include/basegfx/DrawCommands.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/basegfx/DrawCommands.hxx b/include/basegfx/DrawCommands.hxx
index 23afbecb9273..36321c312ba7 100644
--- a/include/basegfx/DrawCommands.hxx
+++ b/include/basegfx/DrawCommands.hxx
@@ -7,6 +7,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_BASEGFX_DRAWCOMMANDS_H
+#define INCLUDED_BASEGFX_DRAWCOMMANDS_H
+
+#include <memory>
+
+namespace gfx
+{
class DrawBase;
class DrawCommand
@@ -71,4 +78,8 @@ public:
}
};
+} // end namespace gfx
+
+#endif // INCLUDED_BASEGFX_DRAWCOMMANDS_H
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */