File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,9 +246,9 @@ static typename tCLASS::tBINDING_PTR CreateWrappedInstance(tARGS&&... args)
246
246
template <typename tCLASS>
247
247
static tCLASS* UnsafeGetWrappedInstance(typename tCLASS::tBINDING_PTR pBindingPtr);
248
248
template <typename tCLASS>
249
- static tCLASS* UnsafeGetWrappedInstance(AbstractCAMExtendedHandle extendedHandle);
249
+ static tCLASS* UnsafeGetWrappedInstance({{.NameSpace}}ExtendedHandle extendedHandle);
250
250
template <typename tCLASS>
251
- static tCLASS* UnsafeGetWrappedInstance(AbstractCAMHandle handle);
251
+ static tCLASS* UnsafeGetWrappedInstance({{.NameSpace}}Handle handle);
252
252
253
253
// Given a pointer to a binding object, cast the wrapped handle to a client
254
254
// implementation instance. The caller is responsible for ensuring that the
You can’t perform that action at this time.
0 commit comments