summaryrefslogtreecommitdiff
path: root/swig
diff options
context:
space:
mode:
authorMichael Andres <ma@suse.de>2008-11-11 14:23:29 +0000
committerMichael Andres <ma@suse.de>2008-11-11 14:23:29 +0000
commitb638e7ba8cd534c8e4a8418e698a85b3bf48d1a6 (patch)
treecbdd35b5fc32b50f2f07f292ed3fcd3c89861303 /swig
parenteefd11105b36311d1220e697d47e22359cbc1c46 (diff)
downloadlibzypp-bindings-b638e7ba8cd534c8e4a8418e698a85b3bf48d1a6.tar.gz
libzypp-bindings-b638e7ba8cd534c8e4a8418e698a85b3bf48d1a6.tar.bz2
libzypp-bindings-b638e7ba8cd534c8e4a8418e698a85b3bf48d1a6.zip
- Ignore Pathname operator<.
Diffstat (limited to 'swig')
-rw-r--r--swig/Pathname.i2
1 files changed, 2 insertions, 0 deletions
diff --git a/swig/Pathname.i b/swig/Pathname.i
index 4478149..6b7305b 100644
--- a/swig/Pathname.i
+++ b/swig/Pathname.i
@@ -7,4 +7,6 @@
%ignore zypp::filesystem::Pathname::cat(Pathname const &,Pathname const &);
%ignore zypp::filesystem::Pathname::extend(Pathname const &,std::string const &);
+%ignore zypp::filesystem::operator<( const Pathname & l, const Pathname & r );
+
%include <zypp/Pathname.h>