libcamera: ipa_proxy: Unify configurationFile argument name
The argument name is different in the declaration and the definition. Let's use the same one in both, namely `name'. Signed-off-by: Milan Zamazal <mzamazal@redhat.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
06674004fb
commit
58f83d70eb
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public:
|
|||
|
||||
bool isValid() const { return valid_; }
|
||||
|
||||
std::string configurationFile(const std::string &file) const;
|
||||
std::string configurationFile(const std::string &name) const;
|
||||
|
||||
protected:
|
||||
std::string resolvePath(const std::string &file) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue