Commit f7aed10e authored by topjohnwu's avatar topjohnwu

Fix friend template function

parent 410bbb82
......@@ -186,7 +186,7 @@ struct Api {
private:
internal::api_table *impl;
friend void internal::entry_impl<class T>(internal::api_table *, JNIEnv *);
template <class T> friend void internal::entry_impl(internal::api_table *, JNIEnv *);
};
// Register a class as a Zygisk module
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment