Temporary fix for compiler issue (#1359)

* Fix bookworm compiler issue

* fix to Docker for workaround

---------

Co-authored-by: Benjamin Krein <superbenk@gmail.com>
This commit is contained in:
Uwe Seimet
2023-11-15 07:36:07 +01:00
committed by GitHub
parent 98f9292690
commit 28abbb5034
2 changed files with 2 additions and 2 deletions

View File

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