diff options
Diffstat (limited to 'sal/osl')
-rw-r--r-- | sal/osl/unx/file_volume.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx index 2d1bee26ebde..f836386465a9 100644 --- a/sal/osl/unx/file_volume.cxx +++ b/sal/osl/unx/file_volume.cxx @@ -84,12 +84,12 @@ * ******************************************************************************/ -typedef struct _oslVolumeDeviceHandleImpl +struct oslVolumeDeviceHandleImpl { sal_Char pszMountPoint[PATH_MAX]; sal_Char ident[4]; sal_uInt32 RefCount; -} oslVolumeDeviceHandleImpl; +}; /****************************************************************************** * |