Replace empty constructors with default constructors #88

This commit is contained in:
nillerusr
2022-11-05 14:22:27 +03:00
parent ba90de20d9
commit 8fbc002a37
97 changed files with 192 additions and 2620 deletions

View File

@@ -301,7 +301,7 @@ private:
struct CustomCursorCache_t
{
CustomCursorCache_t() {}
CustomCursorCache_t() = default;
CustomCursorCache_t( const void *pchData ) { m_pchData = pchData; }
float m_CacheTime; // the time we cached the cursor
CursorCode m_Cursor; // the vgui handle to it