diff options
author | Gui Chen <gui.chen@intel.com> | 2013-05-02 07:50:44 -0400 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2013-05-02 07:58:46 -0400 |
commit | 914e5481ce686d2111bc211114e759755581c9ee (patch) | |
tree | d9f1663af5409d452a793d42c3f73a3a69e42ee2 /swig/Patch.i | |
parent | fa4f0252f27fab99db4ad665a549e8a5ba04a63b (diff) | |
download | libzypp-bindings-914e5481ce686d2111bc211114e759755581c9ee.tar.gz libzypp-bindings-914e5481ce686d2111bc211114e759755581c9ee.tar.bz2 libzypp-bindings-914e5481ce686d2111bc211114e759755581c9ee.zip |
fix const pointer lost its namespace
try to build python-zypp with swig 2.0.7 or newer,
the *_constPtr always lost its namespace
Signed-off-by: Gui Chen <gui.chen@intel.com>
Diffstat (limited to 'swig/Patch.i')
-rw-r--r-- | swig/Patch.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/swig/Patch.i b/swig/Patch.i index acd62b4..6a1e091 100644 --- a/swig/Patch.i +++ b/swig/Patch.i @@ -2,4 +2,5 @@ %ignore zypp::Patch::affects_pkg_manager; %ignore zypp::Patch::id; -%include <zypp/Patch.h>
\ No newline at end of file +%include <zypp/Patch.h> + |