API of TiffDecoder back to what it was - normalizeChannelsNumber moved to protected

test code unified - channels number is tested for other formats as well
This commit is contained in:
kobigurk
2013-02-13 14:13:36 +02:00
parent 109e047a28
commit 88e0127f44
2 changed files with 6 additions and 31 deletions

View File

@@ -103,11 +103,11 @@ public:
size_t signatureLength() const;
bool checkSignature( const string& signature ) const;
int normalizeChannelsNumber(int channels) const;
ImageDecoder newDecoder() const;
protected:
void* m_tif;
int normalizeChannelsNumber(int channels) const;
};
#endif