Make btTypedUserInfo::~btTypedUserInfo() virtual

This commit is contained in:
johnmccutchan
2008-02-05 18:56:30 +00:00
parent d368ef3d71
commit cb79016591

View File

@@ -36,7 +36,7 @@ public:
m_privatePointer = 0;
}
~btTypedUserInfo () {};
virtual ~btTypedUserInfo () {};
int getType () { return m_type; }
void setType (int type) { m_type = type; }