commit | 4c4bec1fa216cc2b90625cab01ef678c242c38d1 | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Mon Sep 09 17:21:36 2013 -0700 |
committer | Tim Murray <timmurray@google.com> | Mon Sep 09 17:21:36 2013 -0700 |
tree | 40fcb24915e3e1392e6c997bcdac50628260a59f | |
parent | 84e3dea053bea25c1cec44ffb298f8b5b9b9141a [diff] [blame] |
Add default argument for init. bug 10427951 Change-Id: I32e9f86bc441579d2937979b02800edce62df365
diff --git a/cpp/rsCppStructs.h b/cpp/rsCppStructs.h index f8a14ed..60341c2 100644 --- a/cpp/rsCppStructs.h +++ b/cpp/rsCppStructs.h
@@ -72,7 +72,7 @@ RS(); virtual ~RS(); - bool init(uint32_t flags); + bool init(uint32_t flags = 0); void setErrorHandler(ErrorHandlerFunc_t func); ErrorHandlerFunc_t getErrorHandler() { return mErrorFunc; }