diff options
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index ec5da89e..6d739095 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -142,7 +142,7 @@ public: } iterator erase(iterator beg, iterator end); - void push_back(DisplayAtom atom); + DisplayAtom& push_back(DisplayAtom atom); // remove first_col from the begining of the line, and make sure // the line is less that col_count character |
