⛏️ index : haiku.git

author Augustin Cavalier <waddlesplash@gmail.com> 2025-11-19 0:46:04.0 -05:00:00
committer Augustin Cavalier <waddlesplash@gmail.com> 2025-11-19 0:46:04.0 -05:00:00
commit
1838903ee61ccf528e4362c4719a5ffc8345099a [patch]
tree
a859eafd9c695348dc9437acde3bd0b7c205ecd4
parent
49a92384f408916ee1383cc837eaf2bb7873b25a
download
1838903ee61ccf528e4362c4719a5ffc8345099a.tar.gz

RosterPrivate: Define kMsgAppServerStarted as uint32 to appease GCC2.



Diff

 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 5ad11f6..3600f55 100644
--- a/headers/private/app/RosterPrivate.h
+++ b/headers/private/app/RosterPrivate.h
@@ -13,7 +13,7 @@
#include <Roster.h>


const int32 kMsgAppServerStarted = '_ASt';
const uint32 kMsgAppServerStarted = '_ASt';


class BRoster::Private {