Fix a compiler error.

This commit is contained in:
Mark de Wever 2009-10-17 20:21:58 +00:00
parent ee5cee21f6
commit ab9342904e

View file

@ -59,7 +59,7 @@ void tdialog::show(CVideo& video, const unsigned auto_close_time)
* to avoid that problem, filter all pending DOUBLE_CLICK_EVENT events after * to avoid that problem, filter all pending DOUBLE_CLICK_EVENT events after
* the window is closed. * the window is closed.
*/ */
events::discard(SDL_EVENTMASK(DOUBLE_CLICK_EVENT)) events::discard(SDL_EVENTMASK(DOUBLE_CLICK_EVENT));
if(retval_ == twindow::OK) { if(retval_ == twindow::OK) {
finalize_fields(*window); finalize_fields(*window);