mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Separation color space, some bugfixing
This commit is contained in:
@ -58,6 +58,8 @@ public:
|
||||
|
||||
}
|
||||
|
||||
using value_type = T;
|
||||
|
||||
/// Returns the size of the array
|
||||
size_t size() const { return getFlatBlockSize() + m_variableBlock.size(); }
|
||||
|
||||
|
Reference in New Issue
Block a user