Add missing override qualifier.

pull/348/head
whitequark 2018-07-31 15:54:31 +00:00
parent 2b4c484dcb
commit c3875cba9e
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ public:
*height = nsSize.height;
}
void SetMinContentSize(double width, double height) {
void SetMinContentSize(double width, double height) override {
NSSize nsMinSize;
nsMinSize.width = width;
nsMinSize.height = height;