commit | 44bef6fba6244292b751387f3d6c31cca96c28ad | [log] [tgz] |
---|---|---|
author | Chris Wailes <[email protected]> | Tue Aug 12 13:51:10 2014 -0700 |
committer | Stephen Hines <[email protected]> | Wed Aug 20 18:14:27 2014 -0700 |
tree | a9dd48535a1f3343315bc75f7751cf042c05dc67 | |
parent | 4bb773ef75eeff5960852b733bcca5834020ee9e [diff] [blame] |
Replace NULL macros with nullptr literals. Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
diff --git a/rsScript.h b/rsScript.h index 2e232f0..1172dea 100644 --- a/rsScript.h +++ b/rsScript.h
@@ -115,7 +115,7 @@ Allocation* aout, const void* usr, size_t usrBytes, - const RsScriptCall *sc = NULL) = 0; + const RsScriptCall *sc = nullptr) = 0; virtual void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) = 0; virtual void setupScript(Context *rsc) = 0;