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:
parent
0239ba5536
commit
2268d6ee96
5 changed files with 36 additions and 2 deletions
|
|
@ -216,6 +216,7 @@ CPP_TEST_CASES += \
|
|||
director_ref \
|
||||
director_simple \
|
||||
director_smartptr \
|
||||
director_template \
|
||||
director_thread \
|
||||
director_unroll \
|
||||
director_unwrap_result \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue