Skip to content

Commit

Permalink
Refs #9445. Adding export symbol to wrapper function
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Jun 30, 2014
1 parent 46647d4 commit 19fb420
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ class MANTID_SINQ_DLL PeakFunctionIntegrator {
double m_relativePrecision;
};

double gsl_peak_wrapper(double x, void *parameters);
double MANTID_SINQ_DLL gsl_peak_wrapper(double x, void *parameters);

}
}
Expand Down

0 comments on commit 19fb420

Please sign in to comment.