Skip to content

Commit 804bd90

Browse files
Make ui_message move constructible
There is no particular reason why it shouldn't be
1 parent 4eb7d04 commit 804bd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/ui_message.h

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class ui_message_handlert : public message_handlert
2424
ui_message_handlert(const class cmdlinet &, const std::string &program);
2525

2626
explicit ui_message_handlert(message_handlert &);
27+
ui_message_handlert(ui_message_handlert &&) = default;
2728

2829
virtual ~ui_message_handlert();
2930

0 commit comments

Comments
 (0)