mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-04 20:54:28 -04:00
Make assorted arguments pass-by-reference.
This commit is contained in:
parent
a9451c17b4
commit
3172fb1ad6
7 changed files with 13 additions and 13 deletions
|
@ -33,8 +33,8 @@ namespace ui {
|
|||
class Console : public Widget {
|
||||
public:
|
||||
void clear();
|
||||
void write(const std::string message);
|
||||
void writeln(const std::string message);
|
||||
void write(const std::string& message);
|
||||
void writeln(const std::string& message);
|
||||
|
||||
void paint(Painter& painter) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue