[BACK]Return to patch-source_libs_paragui_include_pgwidget_h CVS log [TXT][DIR] Up to [local] / ports / games / asc / patches

File: [local] / ports / games / asc / patches / patch-source_libs_paragui_include_pgwidget_h (download)

Revision 1.1, Tue Feb 15 07:29:38 2022 UTC (2 years, 4 months ago) by kirby
Branch: MAIN

fix build and cleanup

$OpenBSD$

Fix build with newer compilers

Index: source/libs/paragui/include/pgwidget.h
--- source/libs/paragui/include/pgwidget.h.orig
+++ source/libs/paragui/include/pgwidget.h
@@ -269,7 +269,7 @@ class DECLSPEC PG_Widget : public PG_MessageObject, pu
 	Return the widgetid
 	@return	id of the widget
 	*/
-	int GetID();
+	unsigned int GetID();
 
 	/**
 	Find a child that is identified by the given ID.