RosterPrivate: Define kMsgAppServerStarted as uint32 to appease GCC2.

This commit is contained in:
Augustin Cavalier
2025-11-19 00:46:04 -05:00
parent 49a92384f4
commit 1838903ee6
+1 -1
View File
@@ -13,7 +13,7 @@
#include <Roster.h>
const int32 kMsgAppServerStarted = '_ASt';
const uint32 kMsgAppServerStarted = '_ASt';
class BRoster::Private {