From 4eca665bd1f1dfe884729cc2ef073c1b07a6112e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 19 Sep 2011 00:50:11 +0100 Subject: ditch SHL_SBX and don't leak --- basic/inc/basic/sbxbase.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basic/inc') 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 -- cgit