fxruby 1.6.47 → 1.6.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -222,7 +222,7 @@ void FXRbWindow::markfunc(FXWindow* self){
222
222
  FXRbGcMark(self->FXWindow::getDragCursor());
223
223
 
224
224
  // Mark child windows
225
- register FXWindow* child=self->FXWindow::getFirst();
225
+ FXWindow* child=self->FXWindow::getFirst();
226
226
  while(child!=NULL){
227
227
  FXRbGcMark(child);
228
228
  child=child->FXWindow::getNext();