summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Queue.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2014-08-28 16:35:56 +0200
committerMattes D <github@xoft.cz>2014-08-28 16:35:56 +0200
commite931b649ac7915de1326d1dc124503383d82d3cf (patch)
tree3065edcd8277ee6f375ee433498fd6f6a67fe620 /src/OSSupport/Queue.h
parentFixed a typo. (diff)
parentFinal template keyword style fix. (diff)
downloadcuberite-e931b649ac7915de1326d1dc124503383d82d3cf.tar
cuberite-e931b649ac7915de1326d1dc124503383d82d3cf.tar.gz
cuberite-e931b649ac7915de1326d1dc124503383d82d3cf.tar.bz2
cuberite-e931b649ac7915de1326d1dc124503383d82d3cf.tar.lz
cuberite-e931b649ac7915de1326d1dc124503383d82d3cf.tar.xz
cuberite-e931b649ac7915de1326d1dc124503383d82d3cf.tar.zst
cuberite-e931b649ac7915de1326d1dc124503383d82d3cf.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: