forked from organicmaps/organicmaps
Added bool operator to my::Json
This commit is contained in:
parent
fbfd424932
commit
95d4168b9b
1 changed files with 5 additions and 0 deletions
|
@ -62,6 +62,11 @@ public:
|
|||
return m_pJson;
|
||||
}
|
||||
|
||||
operator bool () const
|
||||
{
|
||||
return m_pJson != 0;
|
||||
}
|
||||
|
||||
private:
|
||||
json_t * m_pJson;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue