Fix crash with alignment tool when using Arch walls

This commit is contained in:
wmayer 2012-12-19 12:09:42 +01:00
parent f4a47f089c
commit d51ff466d1

View File

@ -372,6 +372,10 @@ public:
~AlignmentView()
{
}
PyObject* getPyObject()
{
Py_Return;
}
bool canClose()
{
return false;