Rename rcp_root() to rcp_managed_root()
This commit is contained in:
parent
53b2247432
commit
9dfb6e4740
@ -96,7 +96,7 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#define rcp_root(classname) \
|
||||
#define rcp_managed_root(classname) \
|
||||
public: \
|
||||
void rcp_inc() const \
|
||||
{ \
|
||||
|
||||
@ -8,7 +8,7 @@ static int myderived_destruct;
|
||||
|
||||
class MyBase
|
||||
{
|
||||
rcp_root(MyBase);
|
||||
rcp_managed_root(MyBase);
|
||||
|
||||
protected:
|
||||
MyBase(int x, int y)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user