mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 19:56:40 +00:00
More arguments pass-by-reference.
This commit is contained in:
@@ -165,7 +165,7 @@ class Manager {
|
||||
public:
|
||||
std::function<void(ui::TouchEvent)> on_event;
|
||||
|
||||
void feed(const Frame frame);
|
||||
void feed(const Frame& frame);
|
||||
|
||||
private:
|
||||
enum State {
|
||||
|
Reference in New Issue
Block a user