windows compilation fix

metadata
Wenzel Jakob 2010-10-22 12:13:12 -07:00
parent 1fe416408f
commit 914b959ef9
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ private:
/** \brief Abstract device event callback
*/
class DeviceEventListener {
class MTS_EXPORT_HW DeviceEventListener {
public:
/** \brief Called when a device event occurs
* @param pEvent The event data structure

View File

@ -31,7 +31,7 @@ MTS_NAMESPACE_BEGIN
* This class makes it possible to rapidly prototype simple OpenGL
* applications, which can be started using the 'mtsutil' launcher.
*/
class Viewer : public Utility, public DeviceEventListener {
class MTS_EXPORT_HW Viewer : public Utility, public DeviceEventListener {
public:
/// Construct a new viewer
Viewer();