Skip to content
Snippets Groups Projects
Commit 8ed96698 authored by Julien Michel's avatar Julien Michel
Browse files

ENH: return a const reference

parent 249e77d6
Branches
Tags
No related merge requests found
......@@ -180,7 +180,7 @@ public:
opj_image_t * DecodeTile(unsigned int tileIndex);
std::vector<unsigned int> GetAvailableResolutions(){return this->m_AvailableResolutions; };
const std::vector<unsigned int> & GetAvailableResolutions(){return this->m_AvailableResolutions; };
void Clean();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment