Kaydet (Commit) d5bdc859 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Cosmetics

Change-Id: Icbe4491b45a8fcf7f5cc005c9394e660efc0691b
üst 90d88b6e
...@@ -34,7 +34,6 @@ public: ...@@ -34,7 +34,6 @@ public:
} }
private: private:
long m_nRef = 1; // Created referenced long m_nRef = 1; // Created referenced
}; };
......
...@@ -40,7 +40,6 @@ public: ...@@ -40,7 +40,6 @@ public:
static long GetLockCount() { return m_nLockCount; } static long GetLockCount() { return m_nLockCount; }
private: private:
static long m_nObjCount; static long m_nObjCount;
static long m_nLockCount; static long m_nLockCount;
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment