mirror of https://github.com/ecmwf/eccodes.git
Modernisation: Make member variables private in bufrdc_expanded_descriptors
This commit is contained in:
parent
b627525f52
commit
6503514cb1
|
@ -25,8 +25,9 @@ public:
|
|||
void destroy(grib_context*) override;
|
||||
void init(const long, grib_arguments*) override;
|
||||
|
||||
public:
|
||||
// TODO(maee): make private
|
||||
private:
|
||||
const char* expandedDescriptors_;
|
||||
grib_accessor* expandedDescriptorsAccessor_;
|
||||
|
||||
grib_accessor* get_accessor();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue