diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-12-25 03:12:05 -0500 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-12-25 03:12:05 -0500 |
| commit | 6e28a066fd4d49ee70dd2da0c03bf01004f9507c (patch) | |
| tree | 3254d411730b920654b9a17d0f29a87f00da42a4 | |
| parent | a7c05216e6a25938c8f322e7565d691f5be1cae3 (diff) | |
| download | sigen-6e28a066fd4d49ee70dd2da0c03bf01004f9507c.tar.gz sigen-6e28a066fd4d49ee70dd2da0c03bf01004f9507c.tar.xz sigen-6e28a066fd4d49ee70dd2da0c03bf01004f9507c.zip | |
Fixed parameter in doxygen for CoinListItem
| -rw-r--r-- | sigmod/CoinListItem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sigmod/CoinListItem.h b/sigmod/CoinListItem.h index a8637023..237d6317 100644 --- a/sigmod/CoinListItem.h +++ b/sigmod/CoinListItem.h @@ -71,7 +71,7 @@ class SIGMOD_EXPORT CoinListItem : public Object /** * Data copy constructor. Copies the data from \p item as a child of \p parent with id \p id. * - * \param coinList The item to copy the data from. + * \param item The item to copy the data from. * \param parent The parent of the item. * \param id The id number for the item. */ |
