Skip to content

Commit 9e658c3

Browse files
rengzhengcodesangshuman-parashar
authored andcommitted
fixed const destination
1 parent 2f3eaca commit 9e658c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/compound-config/compound-config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class CompoundConfigNode
5151
CompoundConfigNode(libconfig::Setting* _lnode, YAML::Node _ynode, CompoundConfig* _cConfig);
5252

5353
libconfig::Setting& getLNode() {return *LNode;}
54-
YAML::Node getYNode() {return YNode;} const
54+
YAML::Node getYNode() const {return YNode;}
5555

5656
/**
5757
* @brief return compound config node corresponding with `path`.

0 commit comments

Comments
 (0)