win32 compilation fix

metadata
Wenzel Jakob 2011-07-16 16:12:14 -07:00
parent d04439176d
commit 983fff0fcc
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ MTS_NAMESPACE_BEGIN
* \brief A simple data structure for representing and comparing
* Mitsuba version strings
*/
struct Version {
struct MTS_EXPORT_CORE Version {
public:
/// Default constructor: initialize to an invalid version (0.0.0)
inline Version() : m_major(0), m_minor(0), m_release(0) { }