diff --git a/source/ddbus/thin.d b/source/ddbus/thin.d index 4f86c61..727bf59 100644 --- a/source/ddbus/thin.d +++ b/source/ddbus/thin.d @@ -444,7 +444,7 @@ struct DBusAny { valueStr = boolean ? "true" : "false"; break; case 'a': - import std.digest.digest : toHexString; + import std.digest : toHexString; if (signature == ['y']) { valueStr = "binary(" ~ binaryData.toHexString ~ ')';