Fix a compiler error.
This commit is contained in:
parent
ee5cee21f6
commit
ab9342904e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
* the window is closed.
|
||||
*/
|
||||
events::discard(SDL_EVENTMASK(DOUBLE_CLICK_EVENT))
|
||||
events::discard(SDL_EVENTMASK(DOUBLE_CLICK_EVENT));
|
||||
|
||||
if(retval_ == twindow::OK) {
|
||||
finalize_fields(*window);
|
||||
|
|
Loading…
Add table
Reference in a new issue