Use ->ptr() for CoolingBuffer too

This commit is contained in:
Alessandro Ranellucci 2014-06-10 16:17:34 +02:00
parent 2d14ddb955
commit 5c54acf9ac
2 changed files with 5 additions and 2 deletions

View file

@ -57,6 +57,9 @@
Ref<ExPolygonCollection> slices()
%code%{ RETVAL = &THIS->slices; %};
int ptr()
%code%{ RETVAL = (int)(intptr_t)THIS; %};
};
%name{Slic3r::Layer::Support} class SupportLayer {