summaryrefslogtreecommitdiff
path: root/libs/incident
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2018-12-21 09:24:28 -0800
committerandroid-build-merger <android-build-merger@google.com>2018-12-21 09:24:28 -0800
commitb708a7953d306cb79177bd79862b363292ac02e5 (patch)
treea6fc23abbc5d383586bcb478c429dfc5cb8beb86 /libs/incident
parent34ba791b2576047c188370b57ff391f8d3891a25 (diff)
parentee844ad9a20fe1922ee04d9f8dfc17ed932f864d (diff)
Merge "Fix/suppress incident* google-explicit-constructor warnings" am: 6af0e228f3 am: 78085ba0a3
am: ee844ad9a2 Change-Id: I53c2fd3886e565d824e2765671fb7965f07bd08d
Diffstat (limited to 'libs/incident')
-rw-r--r--libs/incident/include/android/os/IncidentReportArgs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/incident/include/android/os/IncidentReportArgs.h b/libs/incident/include/android/os/IncidentReportArgs.h
index c56f689b7419..ee1e33c43b89 100644
--- a/libs/incident/include/android/os/IncidentReportArgs.h
+++ b/libs/incident/include/android/os/IncidentReportArgs.h
@@ -40,7 +40,7 @@ const uint8_t DEST_AUTOMATIC = 200;
class IncidentReportArgs : public Parcelable {
public:
IncidentReportArgs();
- explicit IncidentReportArgs(const IncidentReportArgs& that);
+ IncidentReportArgs(const IncidentReportArgs& that);
virtual ~IncidentReportArgs();
virtual status_t writeToParcel(Parcel* out) const;