include/xot/ref.h in xot-0.2 vs include/xot/ref.h in xot-0.2.1

- old
+ new

@@ -69,9 +69,16 @@ virtual bool rucy_disable_override () const { return false; } + #ifdef _DEBUG + int get_refc_count () const + { + return refc_count; + } + #endif + protected: RefCountable () { }