Fix compile error when using directors

Fix when using templates with more than one template parameter
and used as an input parameter in a virtual method in a
director class (problem affecting most of the scripting languages).

Fixes #2160
This commit is contained in:
William S Fulton 2022-10-10 19:51:08 +01:00
commit 2268d6ee96
5 changed files with 36 additions and 2 deletions

View file

@ -216,6 +216,7 @@ CPP_TEST_CASES += \
director_ref \
director_simple \
director_smartptr \
director_template \
director_thread \
director_unroll \
director_unwrap_result \