summaryrefslogtreecommitdiff
path: root/include/gras/element.i
diff options
context:
space:
mode:
Diffstat (limited to 'include/gras/element.i')
-rw-r--r--include/gras/element.i5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gras/element.i b/include/gras/element.i
index 8fbba00..38055a1 100644
--- a/include/gras/element.i
+++ b/include/gras/element.i
@@ -12,6 +12,8 @@
namespace gras
{
%ignore Element::set_container;
+ %ignore Callable::x;
+ %ignore Callable::register_call;
}
////////////////////////////////////////////////////////////////////////
@@ -23,9 +25,10 @@ namespace gras
// Export swig element comprehension
////////////////////////////////////////////////////////////////////////
%include <std_string.i>
+%import <PMC/PMC.i>
%include <gras/gras.hpp>
+%include <gras/callable.hpp>
%include <gras/element.hpp>
-%import <PMC/PMC.i>
////////////////////////////////////////////////////////////////////////
// Operator overloads for Element