diff --git a/stepmania/src/archutils/Unix/X11Helper.h b/stepmania/src/archutils/Unix/X11Helper.h index f49d5c411f..ade9f7538e 100644 --- a/stepmania/src/archutils/Unix/X11Helper.h +++ b/stepmania/src/archutils/Unix/X11Helper.h @@ -40,7 +40,7 @@ namespace X11Helper // Destroy the connection, if appropriate; otherwise do some important // internal session-tracking stuff (so you should call it anyway). void Stop(); -} +}; #endif