Fix broken build

This commit is contained in:
gabime
2018-08-14 16:38:35 +03:00
parent c23f36c734
commit 750b520f41
3 changed files with 9 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ public:
size_t overrun_counter() const
{
return overrun_counter_;
return overrun_counter_;
}
private: