From 3402a99b50ec3e57d627abe01fdb216cbb2b40cb Mon Sep 17 00:00:00 2001 From: "art1@andreas-romeyke.de" Date: Sun, 3 Jun 2018 14:48:06 +0200 Subject: [PATCH] - fixed wrong class declaration, using Manifest-class correctly --- src/include/payloadmanifest.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/payloadmanifest.hpp b/src/include/payloadmanifest.hpp index c33d941..434aba2 100644 --- a/src/include/payloadmanifest.hpp +++ b/src/include/payloadmanifest.hpp @@ -8,9 +8,6 @@ using namespace std; class Payloadmanifest : public Manifest { - private: - string basedir; - map manifest_algorithm_files; public: Payloadmanifest( string basedir ); bool validate(list & log);