From eba8cc51723f414b53ef8b3579b5d3f3157cf531 Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Tue, 25 Jan 2011 20:01:22 +0000 Subject: 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 --- src/common/language.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/language.cc') 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()) -- cgit v1.2.1