mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-08-24 08:29:05 +00:00
Make assorted arguments pass-by-reference.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user