Skip to content

Commit 185b85b

Browse files
authored
Make Metadata functions static
Convert function (to manage MetaDataField to/from Int) has static
1 parent 0cf5043 commit 185b85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cpp/src/Node.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,8 +902,8 @@ namespace OpenZWave
902902
string description;
903903
};
904904
string const GetMetaData(MetaDataFields);
905-
MetaDataFields GetMetaDataId(string);
906-
string const GetMetaDataString(MetaDataFields);
905+
static MetaDataFields GetMetaDataId(string);
906+
static string const GetMetaDataString(MetaDataFields);
907907
ChangeLogEntry const GetChangeLog(uint32_t);
908908

909909
private:

0 commit comments

Comments
 (0)