summaryrefslogtreecommitdiffstats
path: root/akonadish/repl/repl.h
diff options
context:
space:
mode:
Diffstat (limited to 'akonadish/repl/repl.h')
-rw-r--r--akonadish/repl/repl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/akonadish/repl/repl.h b/akonadish/repl/repl.h
index b76c66b..d8d2533 100644
--- a/akonadish/repl/repl.h
+++ b/akonadish/repl/repl.h
@@ -30,5 +30,6 @@ public:
30 ~Repl(); 30 ~Repl();
31 31
32private: 32private:
33 static void printWelcomeBanner();
33 static QString commandHistoryPath(); 34 static QString commandHistoryPath();
34}; 35};