aboutsummaryrefslogtreecommitdiff
path: root/src/common/language.cc
diff options
context:
space:
mode:
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())