From a5477bbfab33db091086484dee8f3be02d9cf585 Mon Sep 17 00:00:00 2001 From: "benchan@chromium.org" Date: Fri, 30 Mar 2012 05:01:50 +0000 Subject: Fix class/struct mismatches in forward declarations. This patch fixes some compiler warnings when compiling with clang. BUG=none TEST=Compile with clang and run unit tests. Review URL: https://breakpad.appspot.com/368001 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@937 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/google_breakpad/processor/stackwalker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/google_breakpad/processor/stackwalker.h') diff --git a/src/google_breakpad/processor/stackwalker.h b/src/google_breakpad/processor/stackwalker.h index 614e31b5..b184d025 100644 --- a/src/google_breakpad/processor/stackwalker.h +++ b/src/google_breakpad/processor/stackwalker.h @@ -54,7 +54,7 @@ class MinidumpContext; class SourceLineResolverInterface; struct StackFrame; class SymbolSupplier; -class SystemInfo; +struct SystemInfo; using std::set; -- cgit v1.2.1