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 81816f1 commit 25230d7Copy full SHA for 25230d7
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