summaryrefslogtreecommitdiffstats
path: root/basebmp/inc/basebmp/debug.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basebmp/inc/basebmp/debug.hxx')
-rw-r--r--basebmp/inc/basebmp/debug.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basebmp/inc/basebmp/debug.hxx b/basebmp/inc/basebmp/debug.hxx
index c5660b9a6a74..e9481ac3d112 100644
--- a/basebmp/inc/basebmp/debug.hxx
+++ b/basebmp/inc/basebmp/debug.hxx
@@ -31,6 +31,7 @@
#include <iostream>
#include <boost/shared_ptr.hpp>
+#include <basebmp/basebmpdllapi.h>
namespace basebmp
{
@@ -44,8 +45,8 @@ namespace basebmp
@param rOutputStream
Stream to write output to.
*/
- void debugDump( const boost::shared_ptr< BitmapDevice >& rDevice,
- ::std::ostream& rOutputStream );
+ void BASEBMP_DLLPUBLIC debugDump( const boost::shared_ptr< BitmapDevice >& rDevice,
+ ::std::ostream& rOutputStream );
}
#endif /* INCLUDED_BASEBMP_DEBUG_HXX */