Files
0ad/fix-gcc13-build.patch
Aaron Puchert 59db4d7cd9 NOTE: This is untested!
Reason for change: wxWidgets-3_0 is slated for retirement.

- Replace wxWidgets-3_0-nostl-devel with wxWidgets-devel
  BuildRequires.

OBS-URL: https://build.opensuse.org/package/show/games/0ad?expand=0&rev=140
2024-12-20 23:52:32 +00:00

14 lines
443 B
Diff

diff --git a/source/tools/atlas/GameInterface/Messages.h b/source/tools/atlas/GameInterface/Messages.h
index 2fa4780..515ae94 100644
--- a/source/tools/atlas/GameInterface/Messages.h
+++ b/source/tools/atlas/GameInterface/Messages.h
@@ -212,7 +212,7 @@ QUERY(GetCurrentMapSize,
QUERY(RasterizeMinimap,
,
((int, dimension))
- ((std::vector<uint8_t>, imageBytes))
+ ((std::vector<unsigned char>, imageBytes))
);
QUERY(GetRMSData,