diff options
Diffstat (limited to 'src/Queue.hpp')
-rw-r--r-- | src/Queue.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Queue.hpp b/src/Queue.hpp index fbfc3b9..41f84bb 100644 --- a/src/Queue.hpp +++ b/src/Queue.hpp @@ -43,7 +43,7 @@ public: // Write thread: inline bool full() const; - inline bool push(const T& obj); + inline bool push(const T& elem); // Read thread: |