Add missing override qualifier.
parent
2b4c484dcb
commit
c3875cba9e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue