mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:44:01 +02:00
remove the uneeded curly braces for default ctor
This commit is contained in:
parent
1995fa6a5e
commit
61b4025526
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@ protected:
|
|||
|
||||
AABox _localAABox;
|
||||
|
||||
SimpleMovingAverage _averageBytesReceived {};
|
||||
SimpleMovingAverage _averageBytesReceived;
|
||||
|
||||
private:
|
||||
// privatize the copy constructor and assignment operator so they cannot be called
|
||||
|
|
Loading…
Reference in a new issue