CVS commit by mutz: From KDE_3_3_BRANCH: Make it default-constructible M +1 -1 context.h 1.14 --- kdepim/libkdenetwork/gpgmepp/context.h #1.13:1.14 @@ -48,5 +48,5 @@ namespace GpgME { class Error { public: - Error( int e ) : mErr( e ) {} + Error( int e=0 ) : mErr( e ) {} const char * source() const;