mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-29 13:39:19 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
+1
-3
@@ -56,9 +56,7 @@ CTSPool<TraceInfo_t> g_TraceInfoPool;
|
||||
class CTraceInfoPool : public CTSList<TraceInfo_t *>
|
||||
{
|
||||
public:
|
||||
CTraceInfoPool()
|
||||
{
|
||||
}
|
||||
CTraceInfoPool() = default;
|
||||
};
|
||||
|
||||
CTraceInfoPool g_TraceInfoPool;
|
||||
|
||||
Reference in New Issue
Block a user