mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-04 13:44:33 +01:00
Upstream fix for compiling of breakpad with gcc-4.6. Remove an unnecessary
"const" that causes an error with the newer gcc. BUG=chromium-os:14973 TEST=Built CrOS's google-breakpad Patch by Michael Krebs <mkrebs@chromium.org> git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@878 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
11582abc27
commit
64b18d123a
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class CPPLanguage: public Language {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const CPPLanguage CPPLanguageSingleton;
|
CPPLanguage CPPLanguageSingleton;
|
||||||
|
|
||||||
// Java language-specific operations.
|
// Java language-specific operations.
|
||||||
class JavaLanguage: public Language {
|
class JavaLanguage: public Language {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue