summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorJason Sams <jsams@google.com>2012-07-24 18:10:20 -0700
committerJason Sams <jsams@google.com>2012-07-24 18:10:20 -0700
commite3150cfb3edb028407669e4a65e087eae77e718c (patch)
tree2c722d95d30d534bdeef11958a4a50d33b3c3e7f /rsScriptC.h
parentcd1e8c8d88330f02aec7092ab5bff8e4aa51f508 (diff)
downloadrs-e3150cfb3edb028407669e4a65e087eae77e718c.tar.gz
Plumb context through for serialization.
Change-Id: I2a49f57aa7576604deeac898a7cceb36ae68d66f
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index 92e1f4ff..53a59f8b 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -54,7 +54,7 @@ public:
size_t usrBytes,
const RsScriptCall *sc = NULL);
- virtual void serialize(OStream *stream) const { }
+ virtual void serialize(Context *rsc, OStream *stream) const { }
virtual RsA3DClassID getClassId() const { return RS_A3D_CLASS_ID_SCRIPT_C; }
static Type *createFromStream(Context *rsc, IStream *stream) { return NULL; }