diff options
author | 2014-11-05 19:31:22 +0000 | |
---|---|---|
committer | 2014-11-05 19:31:22 +0000 | |
commit | fb96e54ba8d43a9f3162c92760e53ab61c7486ff (patch) | |
tree | 6bdef8acddc2e1f7c97826ad07e0d99ee4fee898 /tools/aapt/SourcePos.h | |
parent | a72b2228c278363c2ff5bd38f9a8b36e3c4cd70c (diff) | |
parent | 69ecfa903492b502b7b1636345e050b57313c251 (diff) |
Merge "Add error checking to aapt for split generation" into lmp-mr1-dev
automerge: 69ecfa9
* commit '69ecfa903492b502b7b1636345e050b57313c251':
Add error checking to aapt for split generation
Diffstat (limited to 'tools/aapt/SourcePos.h')
-rw-r--r-- | tools/aapt/SourcePos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/aapt/SourcePos.h b/tools/aapt/SourcePos.h index 4ce817f206e5..13cfb9d592a9 100644 --- a/tools/aapt/SourcePos.h +++ b/tools/aapt/SourcePos.h @@ -21,6 +21,8 @@ public: void warning(const char* fmt, ...) const; void printf(const char* fmt, ...) const; + bool operator<(const SourcePos& rhs) const; + static bool hasErrors(); static void printErrors(FILE* to); }; |