-1 size key is bad: remember to add this to presentation...

This commit is contained in:
ThePhD 2016-10-05 20:55:40 -04:00
parent 0ba4650c64
commit e0e376a370
2 changed files with 6 additions and 4 deletions

View File

@ -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 2016-10-06 00:39:21.588762 UTC // Generated 2016-10-06 00:53:22.017715 UTC
// This header was generated with sol v2.14.9 (revision d51db7d) // This header was generated with sol v2.14.9 (revision 0ba4650)
// https://github.com/ThePhD/sol2 // https://github.com/ThePhD/sol2
#ifndef SOL_SINGLE_INCLUDE_HPP #ifndef SOL_SINGLE_INCLUDE_HPP
@ -5886,7 +5886,8 @@ namespace sol {
} }
#endif #endif
} }
set_field(L, -1, cont.size()); // TODO: figure out a better way to do this...?
//set_field(L, -1, cont.size());
return 1; return 1;
} }
}; };

View File

@ -222,7 +222,8 @@ namespace sol {
} }
#endif #endif
} }
set_field(L, -1, cont.size()); // TODO: figure out a better way to do this...?
//set_field(L, -1, cont.size());
return 1; return 1;
} }
}; };