Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1378726 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix appData field type" into pi-dev

parents ab2e344e bf45d7e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ struct CasFactory {
    // Construct a new instance of a CasPlugin given a CA_system_id
    virtual status_t createPlugin(
            int32_t CA_system_id,
            uint64_t appData,
            void *appData,
            CasPluginCallback callback,
            CasPlugin **plugin) = 0;