move forward.hpp back to where it belongs

This commit is contained in:
ThePhD 2019-01-14 10:12:09 -05:00
parent d9909584ab
commit b1dd40ebe8
No known key found for this signature in database
GPG Key ID: 1509DB1C0F702BFA
2 changed files with 5 additions and 5 deletions

View File

@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// This file was generated with a script.
// Generated 2018-11-28 08:50:22.534324 UTC
// This header was generated with sol v2.20.6 (revision 9b782ff)
// Generated 2019-01-14 12:36:40.331405 UTC
// This header was generated with sol v2.20.6 (revision d990958)
// https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_HPP
@ -15650,7 +15650,7 @@ namespace sol {
}
proxy& force() {
if (this->valid()) {
if (!this->valid()) {
this->set(new_table());
}
return *this;

View File

@ -20,8 +20,8 @@
// CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// This file was generated with a script.
// Generated 2018-11-28 08:50:22.827662 UTC
// This header was generated with sol v2.20.6 (revision 9b782ff)
// Generated 2019-01-14 12:36:41.033556 UTC
// This header was generated with sol v2.20.6 (revision d990958)
// https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_FORWARD_HPP