mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Forgot a dot.
This commit is contained in:
parent
ef223ecaeb
commit
7ca6ce8d55
|
@ -50,7 +50,7 @@ public:
|
||||||
|
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
proxy& set_function( Args&&... args ) {
|
proxy& set_function( Args&&... args ) {
|
||||||
tbl.set_function( key, std::forward<Args>( args ).. );
|
tbl.set_function( key, std::forward<Args>( args )... );
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user