Skip to content

Commit

Permalink
Edit fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grodansparadis committed Feb 26, 2024
1 parent ea84904 commit fffa262
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vscp/common/mdf.h
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class CMDF_Value : public CMDF_Object {

private:
std::string m_name;
std::string m_strValue; // String because used for remote variabels also
std::string m_strValue; // String because used for remote variabels also
std::map<std::string, std::string> m_mapDescription;
std::map<std::string, std::string> m_mapInfoURL; // Item help text or URL
};
Expand Down Expand Up @@ -3989,7 +3989,7 @@ class CMDF : public CMDF_Object {
std::deque<CMDF_Bit *> *getAlarmList() { return &m_list_alarm; };

/*!
Get the alarm list
Get the alarm list bits
(Alternative consistent with other bit list getters)
@return Pointer to the alarm list.
*/
Expand Down

0 comments on commit fffa262

Please sign in to comment.