diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-01 22:20:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-02 11:07:15 +0100 |
commit | 5bb166452b8a675c4da2f5928642337c90ade55a (patch) | |
tree | 3726bd800441c6b967aa1862b2b4d7047236f612 /basic/inc | |
parent | f0ad83cb8b66707de5772e53f72eddfae8c1e6b7 (diff) |
get this visibilty of this right for debug builds
Diffstat (limited to 'basic/inc')
-rw-r--r-- | basic/inc/basic/sbxcore.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/inc/basic/sbxcore.hxx b/basic/inc/basic/sbxcore.hxx index 9f73f264318e..fa3c576d6dff 100644 --- a/basic/inc/basic/sbxcore.hxx +++ b/basic/inc/basic/sbxcore.hxx @@ -76,7 +76,7 @@ class SbxBase; class SbxFactory; class SbxObject; -DBG_NAMEEX(SbxBase) +DBG_NAMEEX_VISIBILITY(SbxBase, BASIC_DLLPUBLIC) class SbxBaseImpl; |