summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/debug_util_posix.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug_util_posix.cc b/base/debug_util_posix.cc
index 466bb0e..5594737 100644
--- a/base/debug_util_posix.cc
+++ b/base/debug_util_posix.cc
@@ -119,7 +119,7 @@ void StackTrace::PrintBacktrace() {
// TODO(port): complete this code
StackTrace::StackTrace() { }
-StackTrace::PrintBacktrace() {
+void StackTrace::PrintBacktrace() {
NOTIMPLEMENTED();
}