mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-03 23:37:34 +00:00
SCRATCH do not export the pure template
This commit is contained in:
parent
db5e55e026
commit
6496c65285
@ -58,7 +58,7 @@ private:
|
|||||||
* * We need Func in order to std::forward the function
|
* * We need Func in order to std::forward the function
|
||||||
*/
|
*/
|
||||||
template <typename Ret, typename Arg, typename Func>
|
template <typename Ret, typename Arg, typename Func>
|
||||||
class MULTIMC_LOGIC_EXPORT FunctionResourceObserver : public ResourceObserver
|
class FunctionResourceObserver : public ResourceObserver
|
||||||
{
|
{
|
||||||
std::function<Ret(Arg)> m_function;
|
std::function<Ret(Arg)> m_function;
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user