windows compilation fix
parent
1fe416408f
commit
914b959ef9
|
@ -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
|
||||||
|
|
|
@ -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();
|
||||||
|
|
Loading…
Reference in New Issue