We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf5043 commit 185b85bCopy full SHA for 185b85b
cpp/src/Node.h
@@ -902,8 +902,8 @@ namespace OpenZWave
902
string description;
903
};
904
string const GetMetaData(MetaDataFields);
905
- MetaDataFields GetMetaDataId(string);
906
- string const GetMetaDataString(MetaDataFields);
+ static MetaDataFields GetMetaDataId(string);
+ static string const GetMetaDataString(MetaDataFields);
907
ChangeLogEntry const GetChangeLog(uint32_t);
908
909
private:
0 commit comments