This commit is contained in:
Adam Ierymenko 2019-08-14 15:28:10 -07:00
parent 9740ab8bd6
commit 9461bc948f
No known key found for this signature in database
GPG key ID: 1657198823E52A61
5 changed files with 13 additions and 10 deletions

View file

@ -57,7 +57,7 @@ private:
bool wrap;
public:
RingBuffer() :
inline RingBuffer() :
begin(0),
end(0),
wrap(false)