summaryrefslogtreecommitdiffstats
path: root/src/Generating/IntGen.h
diff options
context:
space:
mode:
authortycho <tycho@localhost>2015-03-11 11:42:45 +0100
committertycho <tycho@localhost>2015-03-11 11:42:45 +0100
commit430cbb8c832af71d3a7200e6db80bf08681a7b26 (patch)
treea0828f51544f6494cc40475eeb6af41530054b8e /src/Generating/IntGen.h
parentFixed style and removed false positives (diff)
downloadcuberite-430cbb8c832af71d3a7200e6db80bf08681a7b26.tar
cuberite-430cbb8c832af71d3a7200e6db80bf08681a7b26.tar.gz
cuberite-430cbb8c832af71d3a7200e6db80bf08681a7b26.tar.bz2
cuberite-430cbb8c832af71d3a7200e6db80bf08681a7b26.tar.lz
cuberite-430cbb8c832af71d3a7200e6db80bf08681a7b26.tar.xz
cuberite-430cbb8c832af71d3a7200e6db80bf08681a7b26.tar.zst
cuberite-430cbb8c832af71d3a7200e6db80bf08681a7b26.zip
Diffstat (limited to '')
-rw-r--r--src/Generating/IntGen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Generating/IntGen.h b/src/Generating/IntGen.h
index fac500fa8..113c2de15 100644
--- a/src/Generating/IntGen.h
+++ b/src/Generating/IntGen.h
@@ -121,7 +121,7 @@ private:
};
template<class T, class RhsGen, class... Args>
-std::shared_ptr<RhsGen> operator>> (std::shared_ptr<T> lhs, cIntGenFactory<RhsGen, Args...> rhs)
+std::shared_ptr<RhsGen> operator| (std::shared_ptr<T> lhs, cIntGenFactory<RhsGen, Args...> rhs)
{
return rhs.construct(static_cast<std::shared_ptr<typename T::IntGenType>>(lhs));
}