From bf8ad124d03b4fd059318d9ba8889b11faaf5b53 Mon Sep 17 00:00:00 2001 From: Goraf <22941576+Goraf@users.noreply.github.com> Date: Wed, 24 Jan 2018 19:47:13 +0100 Subject: Gadu-Gadu: partial move to UI classes * advanced options form refactored * move to options class * const correctness * code cleaning --- protocols/Gadu-Gadu/src/links.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/Gadu-Gadu/src/links.cpp') diff --git a/protocols/Gadu-Gadu/src/links.cpp b/protocols/Gadu-Gadu/src/links.cpp index e8622cad4b..02e4986236 100644 --- a/protocols/Gadu-Gadu/src/links.cpp +++ b/protocols/Gadu-Gadu/src/links.cpp @@ -58,7 +58,7 @@ static INT_PTR gg_parselink(WPARAM, LPARAM lParam) if (!uin) return 1; - GGPROTO *gg = nullptr; + GaduProto *gg = nullptr; int items = 0; for (int i = 0; i < g_Instances.getCount(); i++) { gg = g_Instances[i]; @@ -114,7 +114,7 @@ void gg_links_init() } } -void GGPROTO::links_instance_init() +void GaduProto::links_instance_init() { if (ServiceExists(MS_ASSOCMGR_ADDNEWURLTYPE)) { CMenuItem mi; -- cgit v1.2.3