Index: gpgme++/data.cpp =================================================================== --- gpgme++/data.cpp (wersja 817582) +++ gpgme++/data.cpp (kopia robocza) @@ -119,6 +119,9 @@ #endif } +GpgME::Data::~Data() +{ +} bool GpgME::Data::isNull() const { Index: gpgme++/data.h =================================================================== --- gpgme++/data.h (wersja 817582) +++ gpgme++/data.h (kopia robocza) @@ -55,6 +55,8 @@ // Callback-Based Data Buffers: explicit Data( DataProvider * provider ); + ~Data(); + static Null null; const Data & operator=( Data other ) {