From 14780874d5fd73377756c27c96f2716a58423a7e Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Fri, 16 Jan 2009 21:36:27 +0000 Subject: Mac build fix Review URL: http://codereview.chromium.org/18332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8222 0039d316-1c4b-4281-b951-d872f2087c98 --- base/debug_util_posix.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- cgit v1.1