@@ -208,17 +208,18 @@ class ObjcppGenerator(spec: Spec) extends BaseObjcGenerator(spec) {
...
@@ -208,17 +208,18 @@ class ObjcppGenerator(spec: Spec) extends BaseObjcGenerator(spec) {
wrapNamespace(w,spec.objcppNamespace,w=>{
wrapNamespace(w,spec.objcppNamespace,w=>{
w.wl(s"class $helperClass::ObjcProxy final")
w.wl(s"class $helperClass::ObjcProxy final")
w.wl(s": public $cppSelf")
w.wl(s": public $cppSelf")
w.wl(s", public ::djinni::ObjcProxyCache::Handle<ObjcType>")// Use base class to avoid name conflicts with user-defined methods having the same name as this new data member