mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 17:35:34 -04:00
More arguments pass-by-reference.
This commit is contained in:
parent
aae1a953fc
commit
9a33fc884a
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue