diff options
author | Arvin Schnell <aschnell@suse.de> | 2007-09-25 16:31:06 +0000 |
---|---|---|
committer | Arvin Schnell <aschnell@suse.de> | 2007-09-25 16:31:06 +0000 |
commit | 0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db (patch) | |
tree | 96b31a82ec32da6fa97a3f87a03645bb27c62871 /swig/KeyRing.i | |
parent | cd7a28cb24b5b1558a5e54806143453ed235425c (diff) | |
download | libzypp-bindings-0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db.tar.gz libzypp-bindings-0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db.tar.bz2 libzypp-bindings-0ef6ae12751142c9fa7de8a85a9f1e6c5ca926db.zip |
- include original C header files
Diffstat (limited to 'swig/KeyRing.i')
-rw-r--r-- | swig/KeyRing.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/KeyRing.i b/swig/KeyRing.i index 318aa0b..b57eb4e 100644 --- a/swig/KeyRing.i +++ b/swig/KeyRing.i @@ -6,7 +6,7 @@ class KeyRing public: - KeyRing(const Pathname& baseTmpDir); + KeyRing(const zypp::Pathname& baseTmpDir); ~KeyRing(); void importKey(const PublicKey& key, bool trusted = false); |