aboutsummaryrefslogtreecommitdiffstats
path: root/slang_rs_context.h
diff options
context:
space:
mode:
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);