summaryrefslogtreecommitdiff
path: root/community/mldonkey/mldonkey-gcc46.patch
blob: 656d72f85846dd74d81aad0f7cda049e065fd88a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/utils/lib/CryptoPP.h b/src/utils/lib/CryptoPP.h
index 775a898..af1621b 100644
--- a/src/utils/lib/CryptoPP.h
+++ b/src/utils/lib/CryptoPP.h
@@ -695,6 +695,7 @@ class CRYPTOPP_DLL NullNameValuePairs : public NameValuePairs
 {
 public:
 	bool GetVoidValue(const char* /* name */, const std::type_info& /* valueType */, void* /* pValue */) const {return false;}
+	NullNameValuePairs() {}
 };
 
 //! _