Commit 08569a49 authored by ml's avatar ml

*** empty log message ***

parent 0c20c57d
......@@ -29,7 +29,8 @@ public:
wb_cdef& operator=(const wb_cdef&);
operator bool() const { return (m_cdrep != 0);}
operator wb_cdrep*() const;
operator wb_cdrep*() const {return m_cdrep;}
bool operator==(wb_cdef&);
size_t size(); // get objects runtime body size
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment