aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_context.h
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2010-11-29 17:20:42 -0800
committerStephen Hines <srhines@google.com>2010-11-29 17:22:41 -0800
commitc808a99831115928b4648f4c8b86dc682594217a (patch)
tree072034f8032154298b16be15ba3ffbe84462eb0a /slang_rs_context.h
parent88bb794545936b6915f4ce22fd4404b3cda3bbd7 (diff)
downloadandroid_frameworks_compile_slang-c808a99831115928b4648f4c8b86dc682594217a.tar.gz
android_frameworks_compile_slang-c808a99831115928b4648f4c8b86dc682594217a.tar.bz2
android_frameworks_compile_slang-c808a99831115928b4648f4c8b86dc682594217a.zip
Add prelim error check for pointers in structs.
Bug: 2954471 Change-Id: Icacf67dd3eeb3dda67e1eae3d54e11f7efa6c680
Diffstat (limited to 'slang_rs_context.h')
-rw-r--r--slang_rs_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slang_rs_context.h b/slang_rs_context.h
index e02ff50..5490c93 100644
--- a/slang_rs_context.h
+++ b/slang_rs_context.h
@@ -109,7 +109,7 @@ class RSContext {
return;
}
- void processExport();
+ bool processExport();
inline void newExportable(RSExportable *E) {
if (E != NULL)
mExportables.push_back(E);