diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-19 10:40:48 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-03-19 10:42:44 +0200 |
commit | f21960f3b34480ac1d81432ec599b7a6820adf01 (patch) | |
tree | fd86ad209cf532b04932b422e096168838638c56 /sc | |
parent | 28eaee81ac06866435351d87846868732d5afeb6 (diff) |
Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt library
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/dpnumgroupinfo.hxx | 2 |
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 |