summaryrefslogtreecommitdiffstats
path: root/src/Blocks/ClearMetaOnDrop.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/Blocks/ClearMetaOnDrop.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/Blocks/ClearMetaOnDrop.h')
-rw-r--r--src/Blocks/ClearMetaOnDrop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/ClearMetaOnDrop.h b/src/Blocks/ClearMetaOnDrop.h
index f2afbc6ea..aa4f23848 100644
--- a/src/Blocks/ClearMetaOnDrop.h
+++ b/src/Blocks/ClearMetaOnDrop.h
@@ -7,7 +7,7 @@
// For example to use in class Foo which should inherit Bar use
// class Foo : public cClearMetaOnDrop<Bar>;
-template<class Base>
+template <class Base>
class cClearMetaOnDrop : public Base
{
public: