summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Queue.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-28 15:44:36 +0200
committerMattes D <github@xoft.cz>2014-08-28 15:44:36 +0200
commit49ac6fadfc441e1de1a0127ff45996ac3abae150 (patch)
tree7181f5d409467d7fff7a92a3f112afd1972b477b /src/OSSupport/Queue.h
parentFixed comments (diff)
downloadcuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.gz
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.bz2
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.lz
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.xz
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.tar.zst
cuberite-49ac6fadfc441e1de1a0127ff45996ac3abae150.zip
Diffstat (limited to 'src/OSSupport/Queue.h')
-rw-r--r--src/OSSupport/Queue.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OSSupport/Queue.h b/src/OSSupport/Queue.h
index bf4d7f004..8d096fe29 100644
--- a/src/OSSupport/Queue.h
+++ b/src/OSSupport/Queue.h
@@ -20,7 +20,7 @@ cQueueFuncs and is used as the default behavior.
*/
/// This empty struct allows for the callback functions to be inlined
-template<class T>
+template <class T>
struct cQueueFuncs
{
public: