Skip to content

Commit

Permalink
Fix build with Xcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 18, 2022
1 parent 47aed59 commit 45a8095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/platform/ui_platform_window.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class BasicWindowHelper {
return _window;
}

[[nodiscard]] virtual void initInWindow(not_null<RpWindow*> window);
virtual void initInWindow(not_null<RpWindow*> window);
[[nodiscard]] virtual not_null<RpWidget*> body();
[[nodiscard]] virtual QMargins frameMargins();
[[nodiscard]] virtual int additionalContentPadding() const;
Expand Down

0 comments on commit 45a8095

Please sign in to comment.