mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-17 14:08:30 +00:00
Fix friend template function
This commit is contained in:
parent
410bbb8285
commit
f7aed10ea2
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user