fix build failure on Windows due to conflicting define with Win32 API
This commit is contained in:
@@ -48,7 +48,7 @@ using namespace SIM::Coin3D::Quarter;
|
||||
devices.
|
||||
*/
|
||||
|
||||
InputDevice::InputDevice(void)
|
||||
InputDevice::InputDevice(void) : quarter(nullptr)
|
||||
{
|
||||
this->mousepos = SbVec2s(0, 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user