Fixed cppcheck warnings
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@485 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -229,7 +229,7 @@ static const unsigned long clockticks = CLOCKS_PER_SEC;
|
||||
class TimerImplStd : public TimerImpl
|
||||
{
|
||||
public:
|
||||
TimerImplStd() : freq_(clockticks) { reset(); }
|
||||
TimerImplStd() : freq_(clockticks),count_(0),start_(0) { reset(); }
|
||||
~TimerImplStd() { ; }
|
||||
|
||||
virtual void reset(void) { count_ = 0; }
|
||||
|
||||
Reference in New Issue
Block a user