зеркало из https://github.com/electron/electron.git
fix signature for SetAlwaysOnTop in native window views
This commit is contained in:
Родитель
9e189b9d2d
Коммит
b67d515a76
|
@ -87,7 +87,7 @@ class NativeWindowViews : public NativeWindow,
|
|||
void SetClosable(bool closable) override;
|
||||
bool IsClosable() override;
|
||||
void SetAlwaysOnTop(bool top, const std::string& level,
|
||||
int relativeLevel, std::string& error) override;
|
||||
int relativeLevel, std::string* error) override;
|
||||
bool IsAlwaysOnTop() override;
|
||||
void Center() override;
|
||||
void SetTitle(const std::string& title) override;
|
||||
|
|
Загрузка…
Ссылка в новой задаче