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

Commit 86195357 authored by Chong Zhang's avatar Chong Zhang Committed by android-build-merger
Browse files

Merge "Fix appData field type" into pi-dev

am: c1378726

Change-Id: I450fba127e4a722a730d1319b0070ad0529a879d
parents c0b93656 c1378726
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;