commit | ee4e1b1a63758941460ae79a064249d3a5189443 | [log] [tgz] |
---|---|---|
author | Lajos Molnar <lajos@google.com> | Fri Apr 17 13:46:19 2015 -0700 |
committer | Lajos Molnar <lajos@google.com> | Fri Apr 17 13:46:43 2015 -0700 |
tree | d27f03a73170da9cce96b6eae5b2ecd874eace22 | |
parent | 2170233c49e50f3986cdc4f726016d6003cb5b8e [diff] [blame] |
stagefright: warnings be gone, some are now errors, use clang Change-Id: I81f438ae444f04c12ae27ae4ef6d073033de172c
diff --git a/include/media/ICrypto.h b/include/media/ICrypto.h index aa04dbe..ea316de 100644 --- a/include/media/ICrypto.h +++ b/include/media/ICrypto.h
@@ -25,7 +25,7 @@ namespace android { struct AString; -struct IMemory; +class IMemory; struct ICrypto : public IInterface { DECLARE_META_INTERFACE(Crypto);