Use struct since that was the original declaration

Otherwise we get a warning later when the real thing is defined.
This commit is contained in:
Roland Kaufmann
2013-09-19 10:00:31 +02:00
parent 4765286e75
commit 18fad484ed

View File

@@ -39,7 +39,7 @@ namespace Opm
class TwophaseState;
class WellState;
struct SimulatorReport;
class Event;
struct Event;
/// Class collecting all necessary components for a two-phase simulation.
class SimulatorIncompTwophase