summaryrefslogtreecommitdiff
path: root/protocols/Skype/src/skype_proto.h
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2012-10-23 18:30:46 +0000
committerAlexander Lantsev <aunsane@gmail.com>2012-10-23 18:30:46 +0000
commit368f94af7740623a97c2c51c1a7d1a3f15593f1d (patch)
treecbb2d80054070f2ef08f4948a31f25ca20bb43f1 /protocols/Skype/src/skype_proto.h
parente2bbd04dc810a27ee78a64b7c41f5fa2fea10988 (diff)
- fixed som errors
- second approach to UserIsTyping git-svn-id: http://svn.miranda-ng.org/main/trunk@2062 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r--protocols/Skype/src/skype_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h
index 93a7f8a53c..9bedb853a8 100644
--- a/protocols/Skype/src/skype_proto.h
+++ b/protocols/Skype/src/skype_proto.h
@@ -96,7 +96,7 @@ public:
// icons
static void InitIcons();
static void UninitIcons();
- HANDLE GetIconHandle(const char *name);
+ static HANDLE GetIconHandle(const char *name);
// menus
static void InitMenus();