From c6fe3295f449ddb300cb26c51482b89626fbff7c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 4 May 2014 22:31:54 +0200 Subject: [PATCH] [DEV] coorect NULL declaration of class --- etk/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etk/log.h b/etk/log.h index db168f1..fe5878c 100644 --- a/etk/log.h +++ b/etk/log.h @@ -100,6 +100,6 @@ namespace etk { #ifdef __class__ #undef __class__ #endif -#define __class__ ("lkjlkj") +#define __class__ (NULL) #endif