Skip to content

Commit e02bf1f

Browse files
committed
Config.hpp
1 parent 9b407d7 commit e02bf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

section5/Config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class Config final
3535

3636
~Config() = default;
3737
public:
38-
void load(string_view_type filename)
38+
void load(string_view_type filename) const
3939
{
4040
auto status = luaL_dofile(m_vm.get(), filename.c_str());
4141

0 commit comments

Comments
 (0)