Fixes and changes for function declarations, using shared_ptr instead of raw pointers

This commit is contained in:
2019-06-01 13:43:25 +02:00
parent 6936b26cae
commit 1231a77761
8 changed files with 91 additions and 68 deletions

View File

@@ -12,6 +12,4 @@ TEST_CASE( "Define script function", "[integration]" ) {
delete script;
}
#endif