diff options
Diffstat (limited to 'protocols/VKontakte/src/vk_struct.h')
-rw-r--r-- | protocols/VKontakte/src/vk_struct.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/vk_struct.h b/protocols/VKontakte/src/vk_struct.h index 0d921afc7f..d90d2c452d 100644 --- a/protocols/VKontakte/src/vk_struct.h +++ b/protocols/VKontakte/src/vk_struct.h @@ -237,4 +237,9 @@ struct CVKChatContactTypingParam { int m_ChatId;
int m_UserId;
+};
+
+struct CVKInteres {
+ const char *szField;
+ TCHAR *ptszTranslate;
};
\ No newline at end of file |