This commit is contained in:
Roland Winklmeier
2015-05-05 22:27:31 +02:00
parent d4d060f4c2
commit 647c5c2de8
11 changed files with 44 additions and 0 deletions

View File

@@ -146,9 +146,11 @@ namespace BlackMisc
AVIO *derived();
};
//! \cond PRIVATE
extern template class BLACKMISC_EXPORT_TEMPLATE CModulator<CComSystem>;
extern template class BLACKMISC_EXPORT_TEMPLATE CModulator<CNavSystem>;
extern template class BLACKMISC_EXPORT_TEMPLATE CModulator<CAdfSystem>;
//! \endcond
}
}