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 /** \brief Abstract device event callback
*/ */
class DeviceEventListener { class MTS_EXPORT_HW DeviceEventListener {
public: public:
/** \brief Called when a device event occurs /** \brief Called when a device event occurs
* @param pEvent The event data structure * @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 * This class makes it possible to rapidly prototype simple OpenGL
* applications, which can be started using the 'mtsutil' launcher. * 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: public:
/// Construct a new viewer /// Construct a new viewer
Viewer(); Viewer();