Browse Source

Export some neglected classes in the tests

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/1514/head
Dimitar Dobrev 5 years ago
parent
commit
e637b18b98
  1. 2
      tests/CSharp/CSharp.h
  2. 2
      tests/CSharp/CSharpTemplates.h

2
tests/CSharp/CSharp.h

@ -893,7 +893,7 @@ TemplateWithDependentField<T>::TemplateWithDependentField()
{ {
} }
class DerivesFromTemplateInstantiation : public TemplateWithDependentField<int> class DLL_API DerivesFromTemplateInstantiation : public TemplateWithDependentField<int>
{ {
public: public:
DerivesFromTemplateInstantiation(); DerivesFromTemplateInstantiation();

2
tests/CSharp/CSharpTemplates.h

@ -423,7 +423,7 @@ DerivesFromTemplateWithExplicitSpecialization<T, D>::~DerivesFromTemplateWithExp
{ {
} }
class DerivesFromExplicitSpecialization : public DerivesFromTemplateWithExplicitSpecialization<bool, bool> class DLL_API DerivesFromExplicitSpecialization : public DerivesFromTemplateWithExplicitSpecialization<bool, bool>
{ {
public: public:
DerivesFromExplicitSpecialization(); DerivesFromExplicitSpecialization();

Loading…
Cancel
Save