diff --git a/Common/SysError.h b/Common/SysError.h index b425b34fdc..45352fe632 100644 --- a/Common/SysError.h +++ b/Common/SysError.h @@ -5,6 +5,5 @@ // Generic function to get last error message. // Call directly after the command or use the error num. // This function might change the error code. -// Defined in Misc.cpp. std::string GetLastErrorMsg(); std::string GetStringErrorMsg(int errCode);