From 1838903ee61ccf528e4362c4719a5ffc8345099a Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Wed, 19 Nov 2025 00:46:04 -0500 Subject: [PATCH] RosterPrivate: Define kMsgAppServerStarted as uint32 to appease GCC2. --- headers/private/app/RosterPrivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/private/app/RosterPrivate.h b/headers/private/app/RosterPrivate.h index 5ad11f6d8b..3600f55323 100644 --- a/headers/private/app/RosterPrivate.h +++ b/headers/private/app/RosterPrivate.h @@ -13,7 +13,7 @@ #include -const int32 kMsgAppServerStarted = '_ASt'; +const uint32 kMsgAppServerStarted = '_ASt'; class BRoster::Private {