fix signature for SetAlwaysOnTop in native window views
This commit is contained in:
parent
9e189b9d2d
commit
b67d515a76
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class NativeWindowViews : public NativeWindow,
|
||||||
void SetClosable(bool closable) override;
|
void SetClosable(bool closable) override;
|
||||||
bool IsClosable() override;
|
bool IsClosable() override;
|
||||||
void SetAlwaysOnTop(bool top, const std::string& level,
|
void SetAlwaysOnTop(bool top, const std::string& level,
|
||||||
int relativeLevel, std::string& error) override;
|
int relativeLevel, std::string* error) override;
|
||||||
bool IsAlwaysOnTop() override;
|
bool IsAlwaysOnTop() override;
|
||||||
void Center() override;
|
void Center() override;
|
||||||
void SetTitle(const std::string& title) override;
|
void SetTitle(const std::string& title) override;
|
||||||
|
|
Loading…
Reference in a new issue