Guest User

Untitled

a guest
Dec 12th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public:
  2. {...}
  3. bool IsResize() const {
  4. bool tmp = m_isresize;
  5. m_isresize = false;
  6. return tmp;
  7. }
  8. {...}
  9.  
  10. private:
  11. {...}
  12. bool m_isresize;
  13. };
Add Comment
Please, Sign In to add comment