mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
move forward.hpp back to where it belongs
This commit is contained in:
parent
d9909584ab
commit
b1dd40ebe8
|
@ -20,8 +20,8 @@
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// This file was generated with a script.
|
// This file was generated with a script.
|
||||||
// Generated 2018-11-28 08:50:22.534324 UTC
|
// Generated 2019-01-14 12:36:40.331405 UTC
|
||||||
// This header was generated with sol v2.20.6 (revision 9b782ff)
|
// This header was generated with sol v2.20.6 (revision d990958)
|
||||||
// https://github.com/ThePhD/sol2
|
// https://github.com/ThePhD/sol2
|
||||||
|
|
||||||
#ifndef SOL_SINGLE_INCLUDE_HPP
|
#ifndef SOL_SINGLE_INCLUDE_HPP
|
||||||
|
@ -15650,7 +15650,7 @@ namespace sol {
|
||||||
}
|
}
|
||||||
|
|
||||||
proxy& force() {
|
proxy& force() {
|
||||||
if (this->valid()) {
|
if (!this->valid()) {
|
||||||
this->set(new_table());
|
this->set(new_table());
|
||||||
}
|
}
|
||||||
return *this;
|
return *this;
|
|
@ -20,8 +20,8 @@
|
||||||
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// This file was generated with a script.
|
// This file was generated with a script.
|
||||||
// Generated 2018-11-28 08:50:22.827662 UTC
|
// Generated 2019-01-14 12:36:41.033556 UTC
|
||||||
// This header was generated with sol v2.20.6 (revision 9b782ff)
|
// This header was generated with sol v2.20.6 (revision d990958)
|
||||||
// https://github.com/ThePhD/sol2
|
// https://github.com/ThePhD/sol2
|
||||||
|
|
||||||
#ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP
|
#ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP
|
Loading…
Reference in New Issue
Block a user