mirror of
https://github.com/celisej567/source-engine.git
synced 2026-09-06 20:13:51 +03:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -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