libpurple/protocols/myspace/persist.h

changeset 34304
faf0414a8b51
parent 25217
ea7833f04188
--- a/libpurple/protocols/myspace/persist.h	Tue Aug 20 14:04:56 2013 +0200
+++ b/libpurple/protocols/myspace/persist.h	Wed Aug 21 14:59:29 2013 +0200
@@ -42,8 +42,8 @@
 
 /** Define a set of _DSN and _LID constants for a persistance request. */
 #define MSIM_PERSIST_DSN_LID(name,dsn,lid)             \
-    static const int name##_DSN = dsn;                 \
-    static const int name##_LID = lid;
+    static const guint name##_DSN = dsn;               \
+    static const guint name##_LID = lid;
 
 /* Can't do this, errors:
  *     persist.h:51:3: error: '#' is not followed by a macro parameter

mercurial