diff --git a/broker/JFJochServices.cpp b/broker/JFJochServices.cpp index 46173239..23607d95 100644 --- a/broker/JFJochServices.cpp +++ b/broker/JFJochServices.cpp @@ -228,7 +228,7 @@ void JFJochServices::GetXFELPulseID(std::vector &v) const { void JFJochServices::GetXFELEventCode(std::vector &v) const { if (receiver) - receiver->GetXFELPulseID(v); + receiver->GetXFELEventCode(v); } std::vector JFJochServices::GetDeviceStatus() const {