summaryrefslogtreecommitdiff
path: root/libs/rs/rsScript.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r--libs/rs/rsScript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h
index 193287081322..0229860a15f5 100644
--- a/libs/rs/rsScript.h
+++ b/libs/rs/rsScript.h
@@ -46,7 +46,7 @@ public:
ObjectBaseRef<Allocation> mSlots[16];
- virtual void run(Context *, uint32_t launchID) = 0;
+ virtual bool run(Context *, uint32_t launchID) = 0;
};