summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-09-06 11:41:01 +0300
committerTor Lillqvist <tlillqvist@suse.com>2011-09-06 16:13:07 +0300
commit3b881220a6f39c2890a20a15fb007958a432d9c2 (patch)
tree4a18ab5106c92149fec909613db9a9f5b0dec9e3 /writerfilter
parentd8eca4ed55c2d9e3af22556afe901e6cd553bc84 (diff)
Don't mark the template class TableDataHandler for DLL export/import either. It seems to break the MSVC build, and dropping the decoration fixed the problem. Odd that I didn't notice before now, or is it really over a month since I managed to build master last? That wouldn't be too surprising, I guess. But other people do claim the have built master with MSVC relatively recently. Or is it just that this templace class has only recently been used more than earlier? Or does the fact that I am still attempting a --enable-dbgutil build affect this? The world is full of little mysteries.
Diffstat (limited to 'writerfilter')
-rw-r--r--writerfilter/inc/resourcemodel/TableManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/inc/resourcemodel/TableManager.hxx b/writerfilter/inc/resourcemodel/TableManager.hxx
index a0525d1b45d9..ba9a629b3b55 100644
--- a/writerfilter/inc/resourcemodel/TableManager.hxx
+++ b/writerfilter/inc/resourcemodel/TableManager.hxx
@@ -53,7 +53,7 @@ template <typename T, typename PropertiesPointer>
/**
Class to handle events generated by TableManager::resolveCurrentTable
*/
-class WRITERFILTER_RESOURCEMODEL_DLLPUBLIC TableDataHandler
+class TableDataHandler
{
public:
typedef boost::shared_ptr<TableDataHandler> Pointer_t;