mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:28:46 +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;
|
AABox _localAABox;
|
||||||
|
|
||||||
SimpleMovingAverage _averageBytesReceived {};
|
SimpleMovingAverage _averageBytesReceived;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
// privatize the copy constructor and assignment operator so they cannot be called
|
// privatize the copy constructor and assignment operator so they cannot be called
|
||||||
|
|
Loading…
Reference in a new issue