From fffa2620cf4835d637e442ac10ddde116b7cf24e Mon Sep 17 00:00:00 2001 From: Ake Hedman Date: Mon, 26 Feb 2024 19:33:49 +0100 Subject: [PATCH] Edit fixed --- src/vscp/common/mdf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vscp/common/mdf.h b/src/vscp/common/mdf.h index 7f9f95408..47b901e4f 100644 --- a/src/vscp/common/mdf.h +++ b/src/vscp/common/mdf.h @@ -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 m_mapDescription; std::map m_mapInfoURL; // Item help text or URL }; @@ -3989,7 +3989,7 @@ class CMDF : public CMDF_Object { std::deque *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. */