Install SeisComP and scanloc ARM64 nightly packages
This commit is contained in:
@ -37,8 +37,8 @@ class SC_SYSTEM_CORE_API BinaryRecord : public GenericRecord {
|
||||
BinaryRecord();
|
||||
|
||||
public:
|
||||
void read(std::istream &in);
|
||||
void write(std::ostream &out);
|
||||
void read(std::istream &in) override;
|
||||
void write(std::ostream &out) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user