From 09911c03c718eae79f788bffa27701594fdd909c Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Thu, 14 Apr 2011 21:23:46 +0200 Subject: [PATCH] .. and one more! --- include/mitsuba/core/brent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mitsuba/core/brent.h b/include/mitsuba/core/brent.h index 6167ef42..8f01851c 100644 --- a/include/mitsuba/core/brent.h +++ b/include/mitsuba/core/brent.h @@ -33,7 +33,7 @@ MTS_NAMESPACE_BEGIN * * \ingroup libcore */ -class BrentSolver { +class MTS_EXPORT_CORE BrentSolver { public: /// Return value of \ref BrentSolver::solve() struct Result {