projects
/
platform
/
upstream
/
libabigail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f80ce4d
)
Add missing comment to type declaration
author
Dodji Seketeli
<dodji@redhat.com>
Wed, 4 Oct 2017 08:53:20 +0000
(10:53 +0200)
committer
Dodji Seketeli
<dodji@redhat.com>
Fri, 6 Oct 2017 10:27:03 +0000
(12:27 +0200)
* include/abg-comparison.h (struct diff_sptr_hasher): Add missing
comment.
Signed-off-by: Dodji Seketeli <dodji@redhat.com>
include/abg-comparison.h
patch
|
blob
|
history
diff --git
a/include/abg-comparison.h
b/include/abg-comparison.h
index 46b9c32b43658601c0cb1838be48667a49a80c48..0e73641214b1012da9dbc3efbb70d42f17c97d7d 100644
(file)
--- a/
include/abg-comparison.h
+++ b/
include/abg-comparison.h
@@
-74,7
+74,7
@@
struct diff_sptr_hasher
size_t
operator()(const diff_sptr& t) const
{return reinterpret_cast<size_t>(t.get());}
-};
+};
// end struct diff_sptr_hasher
/// Convenience typedef for a vector of @ref diff_sptr.
typedef vector<diff_sptr> diff_sptrs_type;