Fix bookworm compiler issue

This commit is contained in:
Uwe Seimet 2023-11-14 22:30:24 +01:00
parent 98f9292690
commit 2151300ed9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class PiscsiResponse
{
public:
PiscsiResponse() = default;
PiscsiResponse() { }
~PiscsiResponse() = default;
bool GetImageFile(PbImageFile&, const string&, const string&) const;