diff options
| author | 2015-11-07 02:31:20 +0000 | |
|---|---|---|
| committer | 2015-11-07 02:31:20 +0000 | |
| commit | 6a85b54d504e8854deb6ae96713bc827c0a2ecce (patch) | |
| tree | 687103041bac015075cdb96304903d1fda19f358 /tools/aapt2/ResourceValues.h | |
| parent | 7d22f8b64c0178132e85679882221469a4d618d3 (diff) | |
| parent | b274e35abfbbd09e0fce983a215c11522c56cce2 (diff) | |
Merge "AAPT2: Fix inclusion of comments in R.java javadoc"
Diffstat (limited to 'tools/aapt2/ResourceValues.h')
| -rw-r--r-- | tools/aapt2/ResourceValues.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/aapt2/ResourceValues.h b/tools/aapt2/ResourceValues.h index 26291536ae80..7ae346aab370 100644 --- a/tools/aapt2/ResourceValues.h +++ b/tools/aapt2/ResourceValues.h @@ -91,7 +91,7 @@ struct Value { */ virtual void print(std::ostream* out) const = 0; -private: +protected: Source mSource; std::u16string mComment; }; |