projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2d05fe
)
remove extra qualifier
author
Klaus Kaempf
<kkaempf@suse.de>
Wed, 8 Feb 2006 23:02:34 +0000
(23:02 +0000)
committer
Klaus Kaempf
<kkaempf@suse.de>
Wed, 8 Feb 2006 23:02:34 +0000
(23:02 +0000)
zypp/source/yum/YUMPatternImpl.h
patch
|
blob
|
history
diff --git
a/zypp/source/yum/YUMPatternImpl.h
b/zypp/source/yum/YUMPatternImpl.h
index ace2683ba2d86be2267c62fcc1a618d3348fcdd6..d0aa60b80867811f166e0243739d80858dac3ca5 100644
(file)
--- a/
zypp/source/yum/YUMPatternImpl.h
+++ b/
zypp/source/yum/YUMPatternImpl.h
@@
-59,13
+59,13
@@
namespace zypp
/** */
virtual ByteCount size() const;
/** */
- virtual bool
YUMPatternImpl::
isDefault() const;
+ virtual bool isDefault() const;
/** */
- virtual std::string
YUMPatternImpl::
category() const;
+ virtual std::string category() const;
/** */
- virtual Pathname
YUMPatternImpl::
icon() const;
+ virtual Pathname icon() const;
/** */
- virtual Pathname
YUMPatternImpl::
script() const;
+ virtual Pathname script() const;
protected: