mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Fix clang-tidy issue again
This commit is contained in:
parent
f5d7b37699
commit
988595370b
9 changed files with 32 additions and 32 deletions
|
|
@ -30,7 +30,7 @@ public:
|
|||
SamsungCameraProvider();
|
||||
~SamsungCameraProvider();
|
||||
|
||||
Return<void> getCameraIdList(ICameraProvider::getCameraIdList_cb _hidl_cb);
|
||||
Return<void> getCameraIdList(const ICameraProvider::getCameraIdList_cb &_hidl_cb);
|
||||
|
||||
private:
|
||||
std::vector<int> mExtraIDs;
|
||||
|
|
|
|||
Loading…
Reference in a new issue