summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Queue.h
diff options
context:
space:
mode:
authorHownaer <franzi.moos@googlemail.com>2014-08-28 18:58:58 +0200
committerHownaer <franzi.moos@googlemail.com>2014-08-28 18:58:58 +0200
commitc2260addf4ede896695ad1212592912b2f3e1ed4 (patch)
treeb4e4943d4b3df7febf9d53a1ec5d54b61298ca0b /src/OSSupport/Queue.h
parentFixed anvil placing. (diff)
parentMerge pull request #1323 from mc-server/CraftingFixes (diff)
downloadcuberite-c2260addf4ede896695ad1212592912b2f3e1ed4.tar
cuberite-c2260addf4ede896695ad1212592912b2f3e1ed4.tar.gz
cuberite-c2260addf4ede896695ad1212592912b2f3e1ed4.tar.bz2
cuberite-c2260addf4ede896695ad1212592912b2f3e1ed4.tar.lz
cuberite-c2260addf4ede896695ad1212592912b2f3e1ed4.tar.xz
cuberite-c2260addf4ede896695ad1212592912b2f3e1ed4.tar.zst
cuberite-c2260addf4ede896695ad1212592912b2f3e1ed4.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: