scale_factor_ now in common_.

This commit is contained in:
Matt Amos 2014-01-07 16:00:11 +00:00
parent 8467d20854
commit fcbc727f63

View file

@ -140,7 +140,7 @@ public:
inline double scale_factor() const
{
return scale_factor_;
return common_.scale_factor_;
}
inline OutputIterator& get_output_iterator()