The unified diff between revisions [5587f68e..] and [95cbeaa8..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'ui.hh'
# # # patch "ui.hh" # from [13817f413857ee072ca9ed1aa5dc90e51aaa0069] # to [2bedf507a3a2f5aa202e7cf38965822f5771c817] # ============================================================ --- ui.hh 13817f413857ee072ca9ed1aa5dc90e51aaa0069 +++ ui.hh 2bedf507a3a2f5aa202e7cf38965822f5771c817 @@ -108,6 +108,6 @@ unsigned int guess_terminal_width(); unsigned int guess_terminal_width(); // returns the a default user locale value -const std::locale get_user_locale(); +const std::locale & get_user_locale(); #endif // __UI_HH__