Add missing override qualifier.

This commit is contained in:
whitequark 2018-07-31 15:54:31 +00:00
parent 2b4c484dcb
commit c3875cba9e

View File

@ -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;