aboutsummaryrefslogtreecommitdiffstats
path: root/lang/cpp/tests/run-keylist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/cpp/tests/run-keylist.cpp')
-rw-r--r--lang/cpp/tests/run-keylist.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cpp/tests/run-keylist.cpp b/lang/cpp/tests/run-keylist.cpp
index b46a815a..6581567c 100644
--- a/lang/cpp/tests/run-keylist.cpp
+++ b/lang/cpp/tests/run-keylist.cpp
@@ -153,7 +153,7 @@ main (int argc, char **argv)
}
Error err = ctx->startKeyListing (*argv, only_secret);
if (err) {
- std::cout << "Error: " << err.asString() << "\n";
+ std::cout << "Error: " << err.asStdString() << "\n";
return -1;
}
GpgME::Key key;