Fix typo
This commit is contained in:
parent
816a8af654
commit
0220529179
4 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "wrenpp/vm.hpp"
|
#include "wrenpp/vm.hpp"
|
||||||
#include "seters_getters.hpp"
|
#include "setters_getters.hpp"
|
||||||
#if defined(WRENPP_WITH_NAME_GUESSING)
|
#if defined(WRENPP_WITH_NAME_GUESSING)
|
||||||
# include "guess_class_name.hpp"
|
# include "guess_class_name.hpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -13,7 +13,7 @@ include_files_detail = [
|
||||||
'detail/error_type.hpp',
|
'detail/error_type.hpp',
|
||||||
'detail/guess_class_name.hpp',
|
'detail/guess_class_name.hpp',
|
||||||
'detail/has_method.hpp',
|
'detail/has_method.hpp',
|
||||||
'detail/seters_getters.hpp',
|
'detail/setters_getters.hpp',
|
||||||
'detail/string_bt.hpp',
|
'detail/string_bt.hpp',
|
||||||
'detail/StringCRC32.hpp',
|
'detail/StringCRC32.hpp',
|
||||||
'detail/strings_in_vector.hpp',
|
'detail/strings_in_vector.hpp',
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
#endif
|
#endif
|
||||||
#include "detail/wren_types.hpp"
|
#include "detail/wren_types.hpp"
|
||||||
#include "detail/construct_foreign_class.hpp"
|
#include "detail/construct_foreign_class.hpp"
|
||||||
#include "detail/seters_getters.hpp"
|
#include "detail/setters_getters.hpp"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
Loading…
Reference in a new issue