style cleanup

This commit is contained in:
2012-07-21 22:58:08 +00:00
parent 049dd8a0ff
commit 9b51503307
42 changed files with 304 additions and 288 deletions

View File

@@ -54,7 +54,7 @@ class KX_ListSlot
protected:
int m_refcount;
public:
KX_ListSlot(){ m_refcount=1; }
KX_ListSlot() { m_refcount = 1; }
virtual ~KX_ListSlot() {}
virtual int Release() {
if (--m_refcount > 0)