MSYS: fix build failure with MinGW & gcc

This commit is contained in:
wmayer
2023-11-28 09:36:46 +01:00
committed by wwmayer
parent 923702ccb9
commit 559a746507
4 changed files with 151 additions and 133 deletions

View File

@@ -29,7 +29,9 @@
namespace Base
{
#if !defined(__MINGW32__)
template class BaseExport Observer<const char*>;
template class BaseExport Subject<const char*>;
#endif
} // namespace Base