diff options
author | Michael Andres <ma@suse.de> | 2008-11-11 14:23:29 +0000 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2008-11-11 14:23:29 +0000 |
commit | b638e7ba8cd534c8e4a8418e698a85b3bf48d1a6 (patch) | |
tree | cbdd35b5fc32b50f2f07f292ed3fcd3c89861303 /swig | |
parent | eefd11105b36311d1220e697d47e22359cbc1c46 (diff) | |
download | libzypp-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.i | 2 |
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> |