From Norman Vine, fixes for Mingw

This commit is contained in:
Robert Osfield
2004-08-02 09:11:31 +00:00
parent e122b34858
commit 6524fe1293
25 changed files with 113 additions and 14 deletions

View File

@@ -292,7 +292,7 @@ protected:
GUIEventAdapter(MouseYOrientation myo=Y_INCREASING_DOWNWARDS):_mouseYOrientation(myo) {}
/** Force users to create on heap, so that multiple referencing is safe.*/
virtual ~GUIEventAdapter() {}
virtual ~GUIEventAdapter(); // {}
MouseYOrientation _mouseYOrientation;