Apparently a semicolon is supposed to be there (odd, it compiled on GCC 3.4 without one...)

This commit is contained in:
Ben Anderson
2005-03-14 12:18:28 +00:00
parent 920c7367f9
commit bd331e4d0b
+1 -1
View File
@@ -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