diff options
author | Michael Stahl <mst@openoffice.org> | 2010-04-29 17:05:47 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-04-29 17:05:47 +0200 |
commit | 53c343ce49df7b1f34edd90dd5b4f75227c6171e (patch) | |
tree | 18e1f088d282603ddfa0ab266d8a00d31ff33b90 /framework/inc/classes | |
parent | 7c142871bc30b788fa350ee419f61bfdded1a14c (diff) |
gnumake2: apple gcc does not like DLLPUBLIC forward delcarations
Diffstat (limited to 'framework/inc/classes')
-rw-r--r-- | framework/inc/classes/protocolhandlercache.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/classes/protocolhandlercache.hxx b/framework/inc/classes/protocolhandlercache.hxx index ca54360c626a..ffdcaa1f253b 100644 --- a/framework/inc/classes/protocolhandlercache.hxx +++ b/framework/inc/classes/protocolhandlercache.hxx @@ -133,7 +133,7 @@ typedef BaseHash< ProtocolHandler > HandlerHash; @modified 30.04.2002 11:19, as96863 */ -class FWI_DLLPUBLIC HandlerCFGAccess; +class HandlerCFGAccess; class FWI_DLLPUBLIC HandlerCache { /* member */ |