We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b407d7 commit e02bf1fCopy full SHA for e02bf1f
1 file changed
section5/Config.hpp
@@ -35,7 +35,7 @@ class Config final
35
36
~Config() = default;
37
public:
38
- void load(string_view_type filename)
+ void load(string_view_type filename) const
39
{
40
auto status = luaL_dofile(m_vm.get(), filename.c_str());
41
0 commit comments