mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-27 15:50:12 +00:00
Switch to using references where possible
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ public:
|
||||
|
||||
expected<std::unique_ptr<Frame>, Error::Read> read(uint16_t address,
|
||||
Frame::Print print);
|
||||
Error::Send send(const Frame *out, Frame::Print print);
|
||||
Error::Send send(const Frame &out, Frame::Print print);
|
||||
|
||||
private:
|
||||
class Handle;
|
||||
|
||||
Reference in New Issue
Block a user