Mercurial > hg > svcore
diff transform/TransformFactory.h @ 446:aa190a6a2625
* More SelectableLabel and TransformFinder tweaking
author | Chris Cannam |
---|---|
date | Mon, 29 Sep 2008 15:06:43 +0000 |
parents | 14521503f196 |
children | ef14acd6d102 |
line wrap: on
line diff
--- a/transform/TransformFactory.h Thu Sep 25 12:44:23 2008 +0000 +++ b/transform/TransformFactory.h Mon Sep 29 15:06:43 2008 +0000 @@ -53,7 +53,7 @@ Match(const Match &m) : transform(m.transform), score(m.score), fragments(m.fragments) { } - bool operator<(const Match &m) const; + bool operator<(const Match &m) const; // sort by score first }; typedef std::map<TransformId, Match> SearchResults;