Ref T238, comments and formatting

This commit is contained in:
Klaus Basan
2018-01-25 05:39:26 +01:00
parent c9ad99df2e
commit 3ee5e68054
5 changed files with 25 additions and 21 deletions

View File

@@ -93,6 +93,7 @@ namespace BlackMisc
//! only in a dev.environment, otherwise replaced by low footprint dummy driver
CInterpolatorLinear m_linear;
#else
//! Low footprint dummy interpolator in non-debug compile
CInterpolatorDummy m_linear;
#endif
};