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:
Milan Zamazal 2024-07-31 20:36:15 +02:00 committed by Kieran Bingham
parent 06674004fb
commit 58f83d70eb

View file

@ -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;