Skip to content

Commit

Permalink
refs #PMP2-244 Sonarqube code quality fixes part 2.
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Peyrusse <[email protected]>
  • Loading branch information
Florent Peyrusse committed Aug 27, 2024
1 parent 9d8cc99 commit f18080b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/hnzconnection.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class HNZConnection {
/**
* Returns the name of the Fledge service instanciating this plugin
*/
inline const std::string& getServiceName() { return m_hnz_fledge->getServiceName(); }
inline const std::string& getServiceName() const { return m_hnz_fledge->getServiceName(); }

private:
std::shared_ptr<HNZPath> m_active_path;
Expand Down

0 comments on commit f18080b

Please sign in to comment.