summaryrefslogtreecommitdiff
path: root/lib/common/Test.cpp
diff options
context:
space:
mode:
authorMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
committerMartin Ebourne <martin@ebourne.me.uk>2009-04-23 00:38:39 +0000
commitb956c955bc474e31f8664af55208440f07b907db (patch)
tree59127ad955f8c432c4d5cec4036009bb379b4608 /lib/common/Test.cpp
parent775ed79079c3e57374a9b2c919f4617216f21517 (diff)
Fixes for gcc 4.4.
Diffstat (limited to 'lib/common/Test.cpp')
-rw-r--r--lib/common/Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/Test.cpp b/lib/common/Test.cpp
index e903f41e..787cf0a2 100644
--- a/lib/common/Test.cpp
+++ b/lib/common/Test.cpp
@@ -416,7 +416,7 @@ void terminate_bbackupd(int pid)
// Wait a given number of seconds for something to complete
-void wait_for_operation(int seconds, char* message)
+void wait_for_operation(int seconds, const char* message)
{
if (Logging::GetGlobalLevel() >= Log::TRACE)
{