mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-11-24 19:35:44 +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
@ -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…
Reference in New Issue
Block a user