1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/net/icqnix/files/patch-aa
2000-02-27 22:57:58 +00:00

12 lines
452 B
Plaintext

--- src/icqfunctions.h.orig Sun Feb 27 15:34:39 2000
+++ src/icqfunctions.h Sun Feb 27 15:36:57 2000
@@ -46,7 +46,7 @@
virtual ~ICQFunctions(void);
void setup(ICQUser *s, int index, bool isAutoClose);
char *tabLabel[4];
- const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3;
+ static const int TAB_READ = 0, TAB_SEND = 1, TAB_USERINFO = 2, TAB_HISTORY = 3;
int currentTab;
ICQUser *theUser;
ICQ *server;