Kaydet (Commit) f21960f3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Mark also the copy constructor as SC_DLLPUBLIC, needed by the scfilt library

üst 28eaee81
...@@ -43,7 +43,7 @@ struct ScDPNumGroupInfo ...@@ -43,7 +43,7 @@ struct ScDPNumGroupInfo
double mfStep; double mfStep;
SC_DLLPUBLIC ScDPNumGroupInfo(); SC_DLLPUBLIC ScDPNumGroupInfo();
ScDPNumGroupInfo(const ScDPNumGroupInfo& r); SC_DLLPUBLIC ScDPNumGroupInfo(const ScDPNumGroupInfo& r);
}; };
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment