diff options
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/scanner/sane.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/scanner/sane.hxx b/extensions/source/scanner/sane.hxx index 5b80d3964abf..504ede7804f2 100644 --- a/extensions/source/scanner/sane.hxx +++ b/extensions/source/scanner/sane.hxx @@ -29,7 +29,7 @@ // - BitmapTransporter - -class BitmapTransporter : public OWeakObject, css::awt::XBitmap +class BitmapTransporter : public OWeakObject, public css::awt::XBitmap { SvMemoryStream m_aStream; osl::Mutex m_aProtector; |