fix missing semicolon
This commit is contained in:
parent
d117e5c274
commit
cb34adc3e9
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ inline std::string to_string(JobStatusType const &value) {
|
|||
inline std::ostream& operator<<(std::ostream& os, JobStatusType const &rhs) {
|
||||
os << to_string(rhs);
|
||||
return os;
|
||||
}
|
||||
};
|
||||
|
||||
// macro for registering enum classes for PQXX
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue