From 100def2936503dedc8138d738d68b69d5de66766 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sun, 04 Apr 2004 17:02:15 +0000 Subject: fix #defines, so that you never have to say Opie::Core::odebug << "bla", but just odebug << "bla". (I fear otherwise people wouldn't want to use it ;) --- (limited to 'libopie2/opiecore') diff --git a/libopie2/opiecore/odebug.h b/libopie2/opiecore/odebug.h index a5c9ded..b040166 100644 --- a/libopie2/opiecore/odebug.h +++ b/libopie2/opiecore/odebug.h @@ -61,10 +61,10 @@ class ondbgstream; #define o_lineinfo "[" << __FILE__ << ":" << __LINE__ << "] " -#define owarn odWarning() -#define oerr odError() -#define odebug odDebug() -#define ofatal odFatal() +#define owarn Opie::Core::odWarning() +#define oerr Opie::Core::odError() +#define odebug Opie::Core::odDebug() +#define ofatal Opie::Core::odFatal() #define oendl "\n" class odbgstreamprivate; -- cgit v0.9.0.2