commit | 48dd099b53c78eb2f0f53928115a0a2a58485dcc | [log] [tgz] |
---|---|---|
author | Robert Quattlebaum <rquattle@google.com> | Mon Jan 30 18:45:52 2017 -0800 |
committer | Robert Quattlebaum <rquattle@google.com> | Mon Jan 30 18:45:52 2017 -0800 |
tree | 4c46c03656872eb346209f24301c45e1b81eebde | |
parent | 6316f5b8df30422b247c2bfd1a805dcd4069b54e [diff] |
libbinder: Fix for using default constructor on IpPrefix class We were missing the default constructor on our internal union, which prevented the default constructor on the main class from being functional. This change fixes the problem by specifying a default constructor for the internal union. Change-Id: I6d296aa27b3a2b6d43aa7accccb9c25ccccfb0a6