Commit e7a53782 authored by Adam Osewski's avatar Adam Osewski
Browse files

Fix output stream operator for Pipeline version.

parent ef553198
......@@ -56,7 +56,7 @@ inline std::string getPipelineVersionString(const PipelineVersion& pv)
} // namespace ck
std::ostream& operator<<(std::ostream& os, const ck::PipelineVersion pv)
inline std::ostream& operator<<(std::ostream& os, const ck::PipelineVersion pv)
{
os << ck::getPipelineVersionString(pv);
return os;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment