Skip to content

Commit

Permalink
Add missing template
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Nov 28, 2023
1 parent de92930 commit ee02a9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ struct JBinding : public jni::JavaClass<JBinding> {
"Lcom/facebook/react/fabric/Binding;";
};

class Binding : public jni::HybridClass<Binding>,
class Binding : public jni::HybridClass<Binding, JBinding>,
public SchedulerDelegate,
public LayoutAnimationStatusDelegate {
public:
Expand Down

0 comments on commit ee02a9d

Please sign in to comment.