aboutsummaryrefslogtreecommitdiff
path: root/src/google_breakpad/processor/symbol_supplier.h
diff options
context:
space:
mode:
authorbenchan@chromium.org <benchan@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-03-30 05:01:50 +0000
committerbenchan@chromium.org <benchan@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2012-03-30 05:01:50 +0000
commita5477bbfab33db091086484dee8f3be02d9cf585 (patch)
treec07701f09fc3d789d2b1cdf1eb72501cc9b8a286 /src/google_breakpad/processor/symbol_supplier.h
parentUnregister waits when a client shuts down so that no further callback events can (diff)
downloadbreakpad-a5477bbfab33db091086484dee8f3be02d9cf585.tar.xz
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
Diffstat (limited to 'src/google_breakpad/processor/symbol_supplier.h')
-rw-r--r--src/google_breakpad/processor/symbol_supplier.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/google_breakpad/processor/symbol_supplier.h b/src/google_breakpad/processor/symbol_supplier.h
index 26f5d7fa..8c4d7f71 100644
--- a/src/google_breakpad/processor/symbol_supplier.h
+++ b/src/google_breakpad/processor/symbol_supplier.h
@@ -39,7 +39,7 @@ namespace google_breakpad {
using std::string;
class CodeModule;
-class SystemInfo;
+struct SystemInfo;
class SymbolSupplier {
public: