Skip to content

GfxDeviceNColorSpace: Port to std::vector<std::string>

Albert Astals Cid requested to merge aacid/poppler:use_vector_of_string into master

I was tired of having two constructors for GfxDeviceNColorSpace, both taking GooString ** but one copying those strings and the other keeping them for itself.

Moved to std::vectorstd::string withtout much fallout

Merge request reports