Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:lafenghu
icewm
icewm-gcc47.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File icewm-gcc47.patch of Package icewm
Index: icewm-1.3.7/src/yarray.h =================================================================== --- icewm-1.3.7.orig/src/yarray.h +++ icewm-1.3.7/src/yarray.h @@ -152,7 +152,7 @@ public: } virtual void remove(const typename YArray<DataType *>::SizeType index) { - if (index < YArray<DataType *>::getCount()) delete getItem(index); + if (index < YArray<DataType *>::getCount()) delete this->getItem(index); YArray<DataType *>::remove(index); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor