Skip to content
Snippets Groups Projects
Commit 23c8c30f authored by Cédric Traizet's avatar Cédric Traizet
Browse files

ENH: const correctness for MetadataSupplierInterface::GetResourceFile

parent fa8cff48
Branches
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ class OTBMetadata_EXPORT MetadataSupplierInterface ...@@ -67,7 +67,7 @@ class OTBMetadata_EXPORT MetadataSupplierInterface
{ {
public: public:
virtual std::string GetResourceFile() = 0; virtual std::string GetResourceFile() const = 0;
// Maybe not needed // Maybe not needed
// virtual std::vector<std::string> GetResourceFiles() = 0; // virtual std::vector<std::string> GetResourceFiles() = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment