mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-07 16:56:29 +00:00
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
This commit is contained in:
@@ -39,7 +39,7 @@ namespace google_breakpad {
|
||||
|
||||
using std::string;
|
||||
class CodeModule;
|
||||
class SystemInfo;
|
||||
struct SystemInfo;
|
||||
|
||||
class SymbolSupplier {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user