garrynewman / GWEN

Abandoned: GWEN - GUI Without Extravagant Nonsense.
MIT License
428 stars 102 forks source link

Fix non-virtual destructor warnings #45

Closed jamiehales closed 11 years ago

jamiehales commented 11 years ago

The attached commit fixes the following warnings under clang by adding a virtual destructor to ValueBase.

/gwen/gwen/include/Gwen/UserData.h:55:6: Delete called on 'Gwen::UserDataStorage::Valuestd::__1::basic_string' that has virtual functions but non-virtual destructor