#237 closed defect (released)
"class Xapian::MSet" has no member named "items"
Reported by: | David Spencer | Owned by: | New Bugs |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Website | Version: | SVN trunk |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Operating System: | All |
Description (last modified by )
I think this:
cout << matches.items.size() << " results found" << endl;
should use matches.size() instead
thx,
Dave
Change History (3)
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 17 years ago
Description: | modified (diff) |
---|---|
Summary: | âclass Xapian::MSetâ has no member named âitemsâ → "class Xapian::MSet" has no member named "items" |
Note:
See TracTickets
for help on using tickets.
Thanks for spotting this and reporting it - it's a lingering trace of how the API worked many years and versions ago!
Fixed in SVN HEAD, and I've also copied the updated file to the website.