summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/inc/osl/file.hxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx
index 9a853b18cacf..d3fcd51802db 100644
--- a/sal/inc/osl/file.hxx
+++ b/sal/inc/osl/file.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: file.hxx,v $
- * $Revision: 1.38 $
+ * $Revision: 1.39 $
*
* This file is part of OpenOffice.org.
*
@@ -335,9 +335,15 @@ public:
@see VolumeInfo
*/
+#ifdef OS2
+class VolumeInfo;
+#endif
class VolumeDevice : public FileBase
{
+#ifdef OS2
+public:
+#endif
oslVolumeDeviceHandle _aHandle;
public: