fix dtors not being called, leading to crashes

This commit is contained in:
Glenn Maynard
2005-02-27 00:18:44 +00:00
parent 3c049c100d
commit 35f086ceb2
+1
View File
@@ -18,6 +18,7 @@ public:
vector<CString> m_vsReloadRowMessages; // refresh this row on on these messages
OptionRowHandler::OptionRowHandler() { Init(); }
virtual ~OptionRowHandler() { }
virtual void Init()
{
m_sName = "";