mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 03:39:10 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -273,7 +273,7 @@ private:
|
||||
template<typename Type>
|
||||
struct CInterpolatedVarEntryBase<Type, false>
|
||||
{
|
||||
CInterpolatedVarEntryBase() {}
|
||||
CInterpolatedVarEntryBase() = default;
|
||||
~CInterpolatedVarEntryBase() {}
|
||||
|
||||
const Type *GetValue() const { return &value; }
|
||||
|
||||
Reference in New Issue
Block a user