Ref T241, moved inner logger classes out CInterpolationLogger

Reason: More options, such as forward declaration
This commit is contained in:
Klaus Basan
2018-02-04 07:55:54 +01:00
parent 4482e6fdc3
commit 78711487a6
7 changed files with 90 additions and 27 deletions

View File

@@ -76,7 +76,7 @@ namespace BlackMisc
//! Get the interpolant for the given time point
Interpolant getInterpolant(qint64 currentTimeMsSinceEpoc, const CInterpolationAndRenderingSetup &setup,
const CInterpolationHints &hints, CInterpolationStatus &status, CInterpolationLogger::SituationLog &log) const;
const CInterpolationHints &hints, CInterpolationStatus &status, SituationLog &log) const;
};
} // ns
} // ns