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

Annotation of ports/games/asc/patches/patch-source_libs_paragui_src_widgets_pgwidget_cpp, Revision 1.2

1.1       kirby       1: Fix build with newer compilers
                      2:
                      3: Index: source/libs/paragui/src/widgets/pgwidget.cpp
                      4: --- source/libs/paragui/src/widgets/pgwidget.cpp.orig
                      5: +++ source/libs/paragui/src/widgets/pgwidget.cpp
                      6: @@ -1792,7 +1792,7 @@ PG_Widget* PG_Widget::GetParent() {
                      7:        return _mid->widgetParent;
                      8:  }
                      9:
                     10: -int PG_Widget::GetID() {
                     11: +unsigned int PG_Widget::GetID() {
                     12:        return _mid->id;
                     13:  }
                     14:

CVSweb