summaryrefslogtreecommitdiff
path: root/glib/src
diff options
context:
space:
mode:
Diffstat (limited to 'glib/src')
-rw-r--r--glib/src/checksum.ccg2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/src/checksum.ccg b/glib/src/checksum.ccg
index c6120490..a40d2f6a 100644
--- a/glib/src/checksum.ccg
+++ b/glib/src/checksum.ccg
@@ -38,7 +38,7 @@ Checksum::get_length(Type checksum_type)
std::string
Checksum::compute_checksum(Type checksum_type, const std::string& data)
{
- return Glib::convert_return_gchar_ptr_to_ustring(
+ return Glib::convert_return_gchar_ptr_to_stdstring(
g_compute_checksum_for_string(((GChecksumType)checksum_type), data.c_str(), data.size()));
}