summaryrefslogtreecommitdiff
path: root/src/components/policy/policy_regular/include/policy/policy_table/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/policy/policy_regular/include/policy/policy_table/types.h')
-rw-r--r--src/components/policy/policy_regular/include/policy/policy_table/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/policy/policy_regular/include/policy/policy_table/types.h b/src/components/policy/policy_regular/include/policy/policy_table/types.h
index f2a5223811..5b2bf6dec4 100644
--- a/src/components/policy/policy_regular/include/policy/policy_table/types.h
+++ b/src/components/policy/policy_regular/include/policy/policy_table/types.h
@@ -564,7 +564,11 @@ struct VehicleDataItem : CompositeType {
VehicleDataItem(const VehicleDataItem& policy_table);
explicit VehicleDataItem(const Json::Value* value__);
+#ifdef __ANDROID__
bool operator==(const VehicleDataItem& vd) const;
+#else
+ bool operator==(const VehicleDataItem& vd);
+#endif
~VehicleDataItem();