Remove the const qualifier from the return type of formula::hash(), GCC complains.
This commit is contained in:
parent
0129018b58
commit
9cadc24173
2 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// Copyright (C) 2003, 2004, 2005, 2008 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
// département Systèmes Répartis Coopératifs (SRC), Université Pierre
|
||||
// et Marie Curie.
|
||||
//
|
||||
|
|
@ -70,7 +70,7 @@ namespace spot
|
|||
const std::string& dump() const;
|
||||
|
||||
/// Return a hash_key for the formula.
|
||||
const size_t
|
||||
size_t
|
||||
hash() const
|
||||
{
|
||||
return hash_key_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue