This commit is contained in:
Alexandre Duret-Lutz 2003-07-08 11:54:46 +00:00
parent 63e23c7a68
commit a307c0d0ae

View file

@ -56,7 +56,7 @@ namespace spot
struct state_ptr_less_than
{
bool
operator()(const state* left, const state *right) const
operator()(const state* left, const state* right) const
{
return left->compare(right) < 0;
}