summaryrefslogtreecommitdiffstats
path: root/src/Queue.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:57:51 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:51 +0100
commitec25678dfbd0353f3535562022a5b2be88f39149 (patch)
tree6b122786f7617491243d4c1bb92273b7b587e0af /src/Queue.hpp
parentd678d110b60aba04cfa46b3dff5e4aa44ce1c2e9 (diff)
downloadpatchage-ec25678dfbd0353f3535562022a5b2be88f39149.tar.gz
patchage-ec25678dfbd0353f3535562022a5b2be88f39149.tar.bz2
patchage-ec25678dfbd0353f3535562022a5b2be88f39149.zip
Fix mismatched parameter names
Diffstat (limited to 'src/Queue.hpp')
-rw-r--r--src/Queue.hpp2
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: