mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-10 18:19:42 -04:00
As of Stk 4.4 all classes and types have been moved to the namespace "stk". This breaks build of the Mallets plugin. This can be easily fixed by using the namespace "stk". For compatibility reasons we have to declare the namespace before, because it did not exist in previous versions. Closes #2870878.