mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-17 14:07:48 +00:00
Replace empty constructors with default constructors #88
This commit is contained in:
@@ -25,8 +25,8 @@ class CAI_HolsterBehavior : public CAI_SimpleBehavior
|
||||
DECLARE_CLASS( CAI_HolsterBehavior, CAI_SimpleBehavior );
|
||||
|
||||
public:
|
||||
CAI_HolsterBehavior();
|
||||
|
||||
CAI_HolsterBehavior() = default;
|
||||
|
||||
virtual const char *GetName() { return "Holster"; }
|
||||
|
||||
virtual bool CanSelectSchedule();
|
||||
|
||||
Reference in New Issue
Block a user