summaryrefslogtreecommitdiff
path: root/AK/UUID.h
diff options
context:
space:
mode:
Diffstat (limited to 'AK/UUID.h')
-rw-r--r--AK/UUID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/AK/UUID.h b/AK/UUID.h
index bd863fcb5c..89135b3007 100644
--- a/AK/UUID.h
+++ b/AK/UUID.h
@@ -36,7 +36,7 @@ public:
#ifdef KERNEL
ErrorOr<NonnullOwnPtr<Kernel::KString>> to_string() const;
#else
- DeprecatedString to_string() const;
+ DeprecatedString to_deprecated_string() const;
#endif
bool is_zero() const;