diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-19 19:47:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-19 19:47:29 +0300 |
commit | 53d8307e4f7912e7ad38c49d140f44b48b71ee72 (patch) | |
tree | 95bccf132c654629d4085b01372e7a0258e30add /include | |
parent | df0928b64c9b32e5c2becf657055d905869eb207 (diff) |
fixes #3166 (VoiceService: настройки автоматических действий)
Diffstat (limited to 'include')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 05baab4b0b..59e7318027 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -1068,7 +1068,7 @@ public: COLORREF GetTextColor() const; void GetTileInfo(LVTILEINFO *plvtinfo) const; void GetTileViewInfo(LVTILEVIEWINFO *plvtvinfo) const; - MWindow GetToolTips() const; + MWindow GetToolTips() const; int GetTopIndex() const; BOOL GetUnicodeFormat() const; uint32_t GetView() const; |