summaryrefslogtreecommitdiffabout
path: root/korganizer/main.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--korganizer/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/main.cpp b/korganizer/main.cpp
index ca53828..4194d12 100644
--- a/korganizer/main.cpp
+++ b/korganizer/main.cpp
@@ -21,3 +21,3 @@
#include "mainwindow.h"
-
+void dumpMissing();
int main( int argc, char **argv )
@@ -102,3 +102,3 @@ int main( int argc, char **argv )
a.exec();
-
+ dumpMissing();
}