android/LogListener: un-inline the constructor
This commit is contained in:
@@ -24,8 +24,7 @@
|
||||
|
||||
class LogListener : public Java::GlobalObject {
|
||||
public:
|
||||
LogListener(JNIEnv *env, jobject obj) noexcept
|
||||
:Java::GlobalObject(env, obj) {}
|
||||
LogListener(JNIEnv *env, jobject obj) noexcept;
|
||||
|
||||
void OnLog(JNIEnv *env, int priority,
|
||||
const char *fmt, ...) const noexcept;
|
||||
|
Reference in New Issue
Block a user