[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.2, Tue May 10 20:58:47 2022 UTC (2 years ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -2 lines

Remove RCS ids and cleanup

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.