SCRATCH do not export the pure template

This commit is contained in:
Petr Mrázek 2015-09-05 19:23:46 +02:00
parent db5e55e026
commit 6496c65285

View File

@ -58,7 +58,7 @@ private:
* * We need Func in order to std::forward the function
*/
template <typename Ret, typename Arg, typename Func>
class MULTIMC_LOGIC_EXPORT FunctionResourceObserver : public ResourceObserver
class FunctionResourceObserver : public ResourceObserver
{
std::function<Ret(Arg)> m_function;
public: