From bd331e4d0b7bb3d333ff6ec591a5da0d2219463d Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Mon, 14 Mar 2005 12:18:28 +0000 Subject: [PATCH] Apparently a semicolon is supposed to be there (odd, it compiled on GCC 3.4 without one...) --- stepmania/src/archutils/Unix/X11Helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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