Skip to content

Commit 2fe815b

Browse files
committed
Fix missing Ui namespace
1 parent 4a2b1b3 commit 2fe815b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Telegram/SourceFiles/boxes/confirm_box.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class MaxInviteBox : public Ui::BoxContent, private base::Subscriber {
124124

125125
};
126126

127-
class ConvertToSupergroupBox : public BoxContent, public RPCSender {
127+
class ConvertToSupergroupBox : public Ui::BoxContent, public RPCSender {
128128
public:
129129
ConvertToSupergroupBox(QWidget*, not_null<ChatData*> chat);
130130

0 commit comments

Comments
 (0)