diff options
Diffstat (limited to 'include/vcl/uitest/factory.hxx')
-rw-r--r-- | include/vcl/uitest/factory.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/vcl/uitest/factory.hxx b/include/vcl/uitest/factory.hxx index da645f309b79..3319c5e18583 100644 --- a/include/vcl/uitest/factory.hxx +++ b/include/vcl/uitest/factory.hxx @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_VCL_UITEST_FACTORY_HXX +#define INCLUDED_VCL_UITEST_FACTORY_HXX + #include <memory> #include <functional> @@ -20,4 +23,6 @@ class UIObject; typedef std::function<std::unique_ptr<UIObject>(vcl::Window*)> FactoryFunction; +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |