address warnings and errors
This commit is contained in:
parent
de253b6e81
commit
d75d41c638
3 changed files with 5 additions and 3 deletions
|
@ -68,6 +68,7 @@ namespace create {
|
|||
|
||||
public:
|
||||
SerialQuery(std::shared_ptr<Data> data, bool install_signal_handler = true);
|
||||
virtual ~SerialQuery() = default;
|
||||
};
|
||||
} // namespace create
|
||||
|
||||
|
|
|
@ -73,6 +73,7 @@ namespace create {
|
|||
std::shared_ptr<Data> data,
|
||||
const uint8_t& header = create::util::STREAM_HEADER,
|
||||
bool install_signal_handler = true);
|
||||
virtual ~SerialStream() = default;
|
||||
|
||||
};
|
||||
} // namespace create
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue