diff --git a/rtc_base/voucher.h b/rtc_base/voucher.h index 30a6460906..1a82551b74 100644 --- a/rtc_base/voucher.h +++ b/rtc_base/voucher.h @@ -32,7 +32,7 @@ class RTC_EXPORT Voucher { // Vouchers aggregate attachments, which are application-specific attachments // that have logic unrelated to the mechanics of Voucher progression. - class Attachment { + class RTC_EXPORT Attachment { public: using Id = size_t; @@ -45,7 +45,7 @@ class RTC_EXPORT Voucher { // Scoped setter that saves the current voucher on stack and instates a new // one, until the scope exits. - class ScopedSetter { + class RTC_EXPORT ScopedSetter { public: explicit ScopedSetter(Ptr voucher); ~ScopedSetter();