cypher token update; explicit bool operator

This commit is contained in:
Marko Budiselic 2016-02-06 16:27:21 +01:00
parent a21fe854c2
commit 183ec03730

View File

@ -20,7 +20,7 @@ struct Token
* {
* }
*/
operator bool() const
explicit operator bool() const
{
return id > 0;
}