summaryrefslogtreecommitdiff
path: root/basebmp
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp')
-rw-r--r--basebmp/test/tools.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/basebmp/test/tools.hxx b/basebmp/test/tools.hxx
index 266d9a56ae6e..56f798450648 100644
--- a/basebmp/test/tools.hxx
+++ b/basebmp/test/tools.hxx
@@ -17,9 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
+#ifndef INCLUDED_BASEBMP_TEST_TOOLS_HXX
+#define INCLUDED_BASEBMP_TEST_TOOLS_HXX
+
#include <basebmp/bitmapdevice.hxx>
int countPixel( const basebmp::BitmapDeviceSharedPtr& rDevice,
basebmp::Color checkColor );
+#endif // INCLUDED_BASEBMP_TEST_TOOLS_HXX
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */