cpp: Fix initialization warning
* lanc/cpp/src/gpggencardkeyinteractor.cpp (GpgGenCardKeyInteractor::Private): Fix initialization warning.
This commit is contained in:
parent
4746c5c9e2
commit
0ed8149814
@ -41,8 +41,8 @@ public:
|
||||
|
||||
}
|
||||
std::string name, email, backupFileName, expiry, serial, keysize;
|
||||
Algo algo;
|
||||
bool backup;
|
||||
Algo algo;
|
||||
};
|
||||
|
||||
GpgGenCardKeyInteractor::~GpgGenCardKeyInteractor() {}
|
||||
|
Loading…
Reference in New Issue
Block a user