Add missing comment for m_isResolutionSet

This commit is contained in:
Sergey Sharybin
2013-03-22 14:54:02 +00:00
parent 6e777ded99
commit 16618bc3a8

View File

@@ -81,6 +81,9 @@ private:
*/
const bNodeTree *m_btree;
/**
* @brief set to truth when resolution for this operation is set
*/
bool m_isResolutionSet;
public:
/**