diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-09-19 00:50:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-09-19 09:59:25 +0100 |
commit | 4eca665bd1f1dfe884729cc2ef073c1b07a6112e (patch) | |
tree | 47cc68690034ebc25d9d1ea4d6cdbb078ff8af4b /basic/inc | |
parent | 2b7fdc51dc418ac4d9719ece12d383a6661df1cd (diff) |
ditch SHL_SBX and don't leak
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/sbxbase.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/basic/sbxbase.hxx b/basic/inc/basic/sbxbase.hxx index b136f1f28557..3dcbfd9775ae 100644 --- a/basic/inc/basic/sbxbase.hxx +++ b/basic/inc/basic/sbxbase.hxx @@ -54,7 +54,7 @@ struct SbxAppData ~SbxAppData(); }; -BASIC_DLLPUBLIC SbxAppData* GetSbxData_Impl(); +BASIC_DLLPUBLIC SbxAppData& GetSbxData_Impl(); #endif |