fix a few harmless CLang warnings

i.e. rename class to struct in two forward declarations and remove an
unused private attribute...
This commit is contained in:
Andreas Lauser
2014-03-18 12:41:23 +01:00
parent 62579932fa
commit 911e55c5e6
3 changed files with 2 additions and 3 deletions

View File

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