Merge pull request #2764 from akva2/janitoring

fixed: forward struct as struct
This commit is contained in:
Bård Skaflestad 2021-10-18 17:33:29 +02:00 committed by GitHub
commit dc633cdee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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