diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 97bf2c8202..5470f7f3d8 100644 --- a/src/utils.h +++ b/src/utils.h @@ -149,6 +149,7 @@ static inline std::string PrintableString(const StringT& s) { // "[[I" would be "int[][]", "[Ljava/lang/String;" would be // "java.lang.String[]", and so forth. std::string PrettyDescriptor(const String* descriptor); +std::string PrettyDescriptor(const std::string& descriptor); // Returns a human-readable signature for 'f'. Something like "a.b.C.f" or // "int a.b.C.f" (depending on the value of 'with_type'). |