Update pair_python

This commit is contained in:
Richard Berger
2021-04-06 14:50:08 -04:00
parent 7e9fa25121
commit 0aa9aa96f6
2 changed files with 70 additions and 168 deletions

View File

@ -50,6 +50,7 @@ class PairPython : public Pair {
int * skip_types;
virtual void allocate();
void * get_member_function(const char *);
};
}