Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 1c72ba2
Author: Dan Smith <[email protected]>
Date:   Thu Dec 9 15:15:34 2021 -0500

    trying to fine the right macro for SWIG

commit 8d6e11d
Author: Dan Smith <[email protected]>
Date:   Thu Dec 9 14:51:34 2021 -0500

    need updates to Python bindings too

commit e208dd4
Author: Dan Smith <[email protected]>
Date:   Thu Dec 9 14:41:12 2021 -0500

    xml.lite changes from coda-oss

commit 169df75
Author: Dan Smith <[email protected]>
Date:   Wed Dec 8 14:32:37 2021 -0500

    latest from coda-oss
  • Loading branch information
Dan Smith committed Dec 9, 2021
1 parent 7b210f9 commit 4cd813b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,12 @@ class Element
void destroyChildren();

// use clone() to duplicate an Element
#if !(defined(SWIG) || defined(SWIG_PYTHON_SILENT_MEMLEAK))
#if !(defined(SWIG) || defined(SWIGPYTHON) || defined(HAVE_PYTHON_H))
private: // SWIG needs these
#endif
Element(const Element&);
Element& operator=(const Element&);
#if !(defined(SWIG) || defined(SWIG_PYTHON_SILENT_MEMLEAK))
#if !(defined(SWIG) || defined(SWIGPYTHON) || defined(HAVE_PYTHON_H))
public:
#endif

Expand Down

0 comments on commit 4cd813b

Please sign in to comment.