diff options
Diffstat (limited to 'protocols/Weather/src/proto.h')
-rw-r--r-- | protocols/Weather/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Weather/src/proto.h b/protocols/Weather/src/proto.h index afa5547431..e1115b65e3 100644 --- a/protocols/Weather/src/proto.h +++ b/protocols/Weather/src/proto.h @@ -181,6 +181,7 @@ class CWeatherProto : public PROTO<CWeatherProto> int __cdecl OptInit(WPARAM, LPARAM); CMStringW GetTextValue(int c); + void GetVarsDescr(CMStringW &str); // popups int WPShowMessage(const wchar_t *lpzText, int kind); |