Fixing Perl integration
This commit is contained in:
parent
0ca6b12da1
commit
1c6333e557
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
// owned by Layer, no constructor/destructor
|
||||
|
||||
Ref<Layer> layer();
|
||||
Ref<PrintRegion> region();
|
||||
Ref<PrintRegion> region()
|
||||
%code%{ RETVAL = &THIS->region(); %};
|
||||
|
||||
Ref<SurfaceCollection> slices()
|
||||
%code%{ RETVAL = &THIS->slices; %};
|
||||
|
|
Loading…
Reference in a new issue