From 3f4226eaac5d0d30be1f4ca5d5cf010c98a7ce7d Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Sun, 12 Oct 2008 10:05:28 +0000 Subject: Fixed compilation warnings. --- examples/example6.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/example6.cpp') diff --git a/examples/example6.cpp b/examples/example6.cpp index a831d991..8bf7b44c 100644 --- a/examples/example6.cpp +++ b/examples/example6.cpp @@ -346,7 +346,7 @@ static void printFolders(vmime::ref folder, const int level * * @param choices menu choices */ -static const unsigned int printMenu(const std::vector & choices) +static unsigned int printMenu(const std::vector & choices) { std::cout << std::endl; @@ -780,7 +780,7 @@ static void connectStore() * * @return true to quit the program, false to continue */ -static const bool menu() +static bool menu() { std::vector items; -- cgit v1.2.3