aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.cc
diff options
context:
space:
mode:
authorted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-01-25 20:01:22 +0000
committerted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e>2011-01-25 20:01:22 +0000
commiteba8cc51723f414b53ef8b3579b5d3f3157cf531 (patch)
tree3b8b2c5f2634d0289ef8213f49403d0888b40648 /src/common/language.cc
parentUse a MinidumpCallback to force minidumps on Windows to include memory around... (diff)
downloadbreakpad-eba8cc51723f414b53ef8b3579b5d3f3157cf531.tar.xz
Add missing constructor to CPPLanguage class to make it compile with CLang.
P=rafael.espindola R=jimb at https://bugzilla.mozilla.org/show_bug.cgi?id=623121 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@764 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/common/language.cc')
-rw-r--r--src/common/language.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/language.cc b/src/common/language.cc
index 3d8d9708..4e90d916 100644
--- a/src/common/language.cc
+++ b/src/common/language.cc
@@ -39,6 +39,7 @@ namespace google_breakpad {
// C++ language-specific operations.
class CPPLanguage: public Language {
public:
+ CPPLanguage() {}
string MakeQualifiedName(const string &parent_name,
const string &name) const {
if (parent_name.empty())