Skip to content

Commit 6ef4754

Browse files
committed
qualify enum return
1 parent d34f995 commit 6ef4754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/config/resource.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ResourceConfig {
3434
const std::string& namespace_() const;
3535
const std::string& type() const;
3636
const ProtoStruct& attributes() const;
37-
log_level log_level() const;
37+
enum log_level log_level() const;
3838

3939
private:
4040
API api_;

0 commit comments

Comments
 (0)