Parcourir la source

[2862] Remove unnecessary public: section

It's already in public section there.
Michal 'vorner' Vaner il y a 11 ans
Parent
commit
d6c9e292ff
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/datasrc/client_list.h

+ 1 - 1
src/lib/datasrc/client_list.h

@@ -524,7 +524,7 @@ public:
     /// This may throw standard exceptions, such as std::bad_alloc. Otherwise,
     /// This may throw standard exceptions, such as std::bad_alloc. Otherwise,
     /// it is exception free.
     /// it is exception free.
     std::vector<DataSourceStatus> getStatus() const;
     std::vector<DataSourceStatus> getStatus() const;
-public:
+
     /// \brief Access to the data source clients.
     /// \brief Access to the data source clients.
     ///
     ///
     /// It can be used to examine the loaded list of data sources clients
     /// It can be used to examine the loaded list of data sources clients