summaryrefslogtreecommitdiff
path: root/rsContext.h
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2014-08-12 13:51:10 -0700
committerStephen Hines <srhines@google.com>2014-08-20 18:14:27 -0700
commit44bef6fba6244292b751387f3d6c31cca96c28ad (patch)
treea9dd48535a1f3343315bc75f7751cf042c05dc67 /rsContext.h
parent4bb773ef75eeff5960852b733bcca5834020ee9e (diff)
downloadrs-44bef6fba6244292b751387f3d6c31cca96c28ad.tar.gz
Replace NULL macros with nullptr literals.
Change-Id: I918c40879aa547438f77e7d1a95fa2aa33bec398
Diffstat (limited to 'rsContext.h')
-rw-r--r--rsContext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsContext.h b/rsContext.h
index f750670f..2e59cc72 100644
--- a/rsContext.h
+++ b/rsContext.h
@@ -234,7 +234,7 @@ public:
static void printWatchdogInfo(void *ctx);
void dumpDebug() const;
- void setError(RsError e, const char *msg = NULL) const;
+ void setError(RsError e, const char *msg = nullptr) const;
mutable const ObjectBase * mObjHead;