summaryrefslogtreecommitdiff
path: root/cpp/src/tests/txjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/txjob.cpp')
-rw-r--r--cpp/src/tests/txjob.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/tests/txjob.cpp b/cpp/src/tests/txjob.cpp
index a7a905c1b7..29394c3415 100644
--- a/cpp/src/tests/txjob.cpp
+++ b/cpp/src/tests/txjob.cpp
@@ -38,9 +38,9 @@ namespace tests {
struct Args : public qpid::TestOptions
{
- string workQueue;
- string source;
- string dest;
+ std::string workQueue;
+ std::string source;
+ std::string dest;
uint messages;
uint jobs;
bool quit;