Skip to content

Commit e637b18

Browse files
committed
Export some neglected classes in the tests
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 7bc0db7 commit e637b18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/CSharp/CSharp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ TemplateWithDependentField<T>::TemplateWithDependentField()
893893
{
894894
}
895895

896-
class DerivesFromTemplateInstantiation : public TemplateWithDependentField<int>
896+
class DLL_API DerivesFromTemplateInstantiation : public TemplateWithDependentField<int>
897897
{
898898
public:
899899
DerivesFromTemplateInstantiation();

tests/CSharp/CSharpTemplates.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ DerivesFromTemplateWithExplicitSpecialization<T, D>::~DerivesFromTemplateWithExp
423423
{
424424
}
425425

426-
class DerivesFromExplicitSpecialization : public DerivesFromTemplateWithExplicitSpecialization<bool, bool>
426+
class DLL_API DerivesFromExplicitSpecialization : public DerivesFromTemplateWithExplicitSpecialization<bool, bool>
427427
{
428428
public:
429429
DerivesFromExplicitSpecialization();

0 commit comments

Comments
 (0)