Add missing override qualifier.
This commit is contained in:
parent
2b4c484dcb
commit
c3875cba9e
@ -894,7 +894,7 @@ public:
|
|||||||
*height = nsSize.height;
|
*height = nsSize.height;
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetMinContentSize(double width, double height) {
|
void SetMinContentSize(double width, double height) override {
|
||||||
NSSize nsMinSize;
|
NSSize nsMinSize;
|
||||||
nsMinSize.width = width;
|
nsMinSize.width = width;
|
||||||
nsMinSize.height = height;
|
nsMinSize.height = height;
|
||||||
|
Loading…
Reference in New Issue
Block a user