GraphicsToken bool operator

This commit is contained in:
Jack Andersen 2016-01-06 14:35:57 -10:00
parent c96f961c4d
commit 45fb66540f
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ public:
return *this;
}
~GraphicsDataToken() {doDestroy();}
operator bool() const {return m_factory && m_data;}
};
}