diff options
Diffstat (limited to 'include/rtl/ustring.h')
-rw-r--r-- | include/rtl/ustring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rtl/ustring.h b/include/rtl/ustring.h index 80c6bccf7f3d..8dd70cb4911f 100644 --- a/include/rtl/ustring.h +++ b/include/rtl/ustring.h @@ -1173,7 +1173,7 @@ SAL_DLLPUBLIC double SAL_CALL rtl_ustr_toDouble( /** @cond INTERNAL */ /** The implementation of a Unicode string. */ -typedef struct _rtl_uString +typedef struct SAL_DLLPUBLIC_RTTI _rtl_uString { oslInterlockedCount refCount; /* opaque */ sal_Int32 length; |