[Libreoffice-commits] .: basebmp/inc
Tor Lillqvist
tml at kemper.freedesktop.org
Mon Feb 13 01:14:41 PST 2012
basebmp/inc/basebmp/bitmapdevice.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 02f30e56e7330f06ead8244c918f31c914f47408
Author: Tor Lillqvist <tlillqvist at suse.com>
Date: Mon Feb 13 11:08:23 2012 +0200
WaE: type name first seen using 'class' now seen using 'struct'
diff --git a/basebmp/inc/basebmp/bitmapdevice.hxx b/basebmp/inc/basebmp/bitmapdevice.hxx
index ca11292..ff15ad8 100644
--- a/basebmp/inc/basebmp/bitmapdevice.hxx
+++ b/basebmp/inc/basebmp/bitmapdevice.hxx
@@ -56,7 +56,7 @@ namespace basebmp
// Temporary. Use like the tools color object
class Color;
typedef boost::shared_ptr< class BitmapDevice > BitmapDeviceSharedPtr;
-typedef boost::shared_ptr< class IBitmapDeviceDamageTracker > IBitmapDeviceDamageTrackerSharedPtr;
+typedef boost::shared_ptr< struct IBitmapDeviceDamageTracker > IBitmapDeviceDamageTrackerSharedPtr;
typedef boost::shared_array< sal_uInt8 > RawMemorySharedArray;
typedef boost::shared_ptr< const std::vector<Color> > PaletteMemorySharedVector;
More information about the Libreoffice-commits
mailing list