summaryrefslogtreecommitdiff
path: root/Userland/Utilities/cpp-preprocessor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Userland/Utilities/cpp-preprocessor.cpp')
-rw-r--r--Userland/Utilities/cpp-preprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Utilities/cpp-preprocessor.cpp b/Userland/Utilities/cpp-preprocessor.cpp
index dd992d6558..e3c97fa848 100644
--- a/Userland/Utilities/cpp-preprocessor.cpp
+++ b/Userland/Utilities/cpp-preprocessor.cpp
@@ -37,7 +37,7 @@ ErrorOr<int> serenity_main(Main::Arguments arguments)
}
for (auto& token : tokens) {
- outln("{}", token.to_string());
+ outln("{}", token.to_deprecated_string());
}
return 0;