We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af60a67 commit 9d3b9a0Copy full SHA for 9d3b9a0
DataFormats/Detectors/EMCAL/src/ErrorTypeFEE.cxx
@@ -111,7 +111,7 @@ const char* ErrorTypeFEE::getErrorTypeTitle(unsigned int errorTypeID)
111
};
112
}
113
114
-std::ostream& operator<<(std::ostream& stream, const ErrorTypeFEE& error)
+std::ostream& o2::emcal::operator<<(std::ostream& stream, const ErrorTypeFEE& error)
115
{
116
error.PrintStream(stream);
117
return stream;
0 commit comments