mirror of
https://github.com/polybar/polybar.git
synced 2026-02-11 19:35:23 +00:00
wip(refactor): Improve signal and event handling
This commit is contained in:
@ -54,7 +54,7 @@ string builder::flush() {
|
||||
/**
|
||||
* Insert raw text string
|
||||
*/
|
||||
void builder::append(string text) {
|
||||
void builder::append(const string& text) {
|
||||
m_output += text;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user