mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-21 20:27:52 -05:00
Add AbstractTextDumper to implement stream holding and indendation
This commit is contained in:
@ -9,7 +9,7 @@ SndCurveDumper::SndCurveDumper(std::ostream& stream)
|
||||
}
|
||||
|
||||
SndCurveDumper::SndCurveDumper(std::ostream& stream, const size_t precision)
|
||||
: m_stream(stream),
|
||||
: AbstractTextDumper(stream),
|
||||
m_precision(precision),
|
||||
m_current_knot(0u),
|
||||
m_total_knots(0u)
|
||||
|
Reference in New Issue
Block a user