summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-07 00:47:00 +0000
committerpixel <pixel>2002-12-07 00:47:00 +0000
commit2b26a277cdcf441383ac8210b1f39f1b0d6b34bf (patch)
tree2ea7594b6ecad0a66a8d2271ce6761195fdd942b /src
parent99447043a97d4b54cfdf3c44d5866a5d59268c43 (diff)
Whooooooups ;-)
Diffstat (limited to 'src')
-rw-r--r--src/Main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cc b/src/Main.cc
index 9f36b56..6566193 100644
--- a/src/Main.cc
+++ b/src/Main.cc
@@ -148,7 +148,7 @@ Action * buildmenu(void) {
return m;
}
-int startup() {
+int startup() throw (GeneralException) {
int c;
String port = "1500";