7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-11 15:40:10 +00:00

Add ERROR_LOC to exports

This commit is contained in:
i404788 2024-09-29 12:14:03 +00:00
parent 3671342933
commit 330150a6a6

View File

@ -46,6 +46,7 @@
#include <geometry/shape_rect.h>
#include <geometry/shape_segment.h>
#include <geometry/shape_simple.h>
#include <geometry/approximation.h>
%}
%shared_ptr(SHAPE)
@ -73,6 +74,7 @@
%include <geometry/shape_rect.h>
%include <geometry/shape_segment.h>
%include <geometry/shape_simple.h>
%include <geometry/approximation.h>
%template(VECTOR_SHAPEPTR) std::vector<std::shared_ptr<SHAPE>>;