fixed: forward struct as struct

This commit is contained in:
Arne Morten Kvarving 2021-10-18 15:42:48 +02:00
parent 5bd9906569
commit ff5c3b9574

View File

@ -28,7 +28,7 @@
namespace Opm {
namespace RestartIO {
class RstState;
struct RstState;
}
class WListManager {