[DEV] build with etk memory log
This commit is contained in:
parent
4fdacb9294
commit
0f2e11e735
@ -14,7 +14,11 @@ namespace ememory {
|
||||
* @brief Use the element as a refcounted element
|
||||
*/
|
||||
class RefCounter {
|
||||
#ifndef ETK_MEMORY_CHECKER
|
||||
protected:
|
||||
#else
|
||||
public:
|
||||
#endif
|
||||
// Virtualize destructor in private to prevent user ot remove it without permition
|
||||
virtual ~RefCounter();
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user