remove the uneeded curly braces for default ctor

This commit is contained in:
Stephen Birarda 2015-04-29 09:33:23 -07:00
parent 1995fa6a5e
commit 61b4025526

View file

@ -396,7 +396,7 @@ protected:
AABox _localAABox;
SimpleMovingAverage _averageBytesReceived {};
SimpleMovingAverage _averageBytesReceived;
private:
// privatize the copy constructor and assignment operator so they cannot be called