summaryrefslogtreecommitdiffstats
path: root/src/Generating/IntGen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Generating/IntGen.h')
-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));
}