summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-03-19 10:40:48 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-03-19 10:42:44 +0200
commitf21960f3b34480ac1d81432ec599b7a6820adf01 (patch)
treefd86ad209cf532b04932b422e096168838638c56
parent28eaee81ac06866435351d87846868732d5afeb6 (diff)
Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt library
-rw-r--r--sc/inc/dpnumgroupinfo.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dpnumgroupinfo.hxx b/sc/inc/dpnumgroupinfo.hxx
index 2e0196d5deaf..9d6f25401c4f 100644
--- a/sc/inc/dpnumgroupinfo.hxx
+++ b/sc/inc/dpnumgroupinfo.hxx
@@ -43,7 +43,7 @@ struct ScDPNumGroupInfo
double mfStep;
SC_DLLPUBLIC ScDPNumGroupInfo();
- ScDPNumGroupInfo(const ScDPNumGroupInfo& r);
+ SC_DLLPUBLIC ScDPNumGroupInfo(const ScDPNumGroupInfo& r);
};
#endif