mirror of
https://github.com/akuker/RASCSI.git
synced 2025-08-05 17:25:47 +00:00
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:
@@ -25,7 +25,7 @@ class PiscsiResponse
|
||||
{
|
||||
public:
|
||||
|
||||
PiscsiResponse() = default;
|
||||
PiscsiResponse() { }
|
||||
~PiscsiResponse() = default;
|
||||
|
||||
bool GetImageFile(PbImageFile&, const string&, const string&) const;
|
||||
|
Reference in New Issue
Block a user