fxruby 1.6.47 → 1.6.48

Sign up to get free protection for your applications and to get access to all the features.
@@ -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();