Skip to content

Commit

Permalink
Make Metadata functions static
Browse files Browse the repository at this point in the history
Convert function (to manage MetaDataField to/from Int) has static
  • Loading branch information
jano42 authored Nov 28, 2019
1 parent 0cf5043 commit 185b85b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/Node.h
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,8 @@ namespace OpenZWave
string description;
};
string const GetMetaData(MetaDataFields);
MetaDataFields GetMetaDataId(string);
string const GetMetaDataString(MetaDataFields);
static MetaDataFields GetMetaDataId(string);
static string const GetMetaDataString(MetaDataFields);
ChangeLogEntry const GetChangeLog(uint32_t);

private:
Expand Down

0 comments on commit 185b85b

Please sign in to comment.