Loading libs/binder/include/binder/IBinder.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -47,7 +47,7 @@ class IShellCallback; * (method calls, property get and set) is down through a low-level * (method calls, property get and set) is down through a low-level * protocol implemented on top of the transact() API. * protocol implemented on top of the transact() API. */ */ class IBinder : public virtual RefBase class [[clang::lto_visibility_public]] IBinder : public virtual RefBase { { public: public: enum { enum { Loading Loading
libs/binder/include/binder/IBinder.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -47,7 +47,7 @@ class IShellCallback; * (method calls, property get and set) is down through a low-level * (method calls, property get and set) is down through a low-level * protocol implemented on top of the transact() API. * protocol implemented on top of the transact() API. */ */ class IBinder : public virtual RefBase class [[clang::lto_visibility_public]] IBinder : public virtual RefBase { { public: public: enum { enum { Loading