From 8da2173ccfa44943d2ed16b8bfe33a1ea8bb4520 Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 18 Sep 2008 20:33:07 +0000 Subject: [PATCH] More A++ fixes git-svn-id: svn://ultimatepp.org/upp/trunk@457 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Goto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/Goto.cpp b/uppsrc/ide/Goto.cpp index 922c26142..9015ffabe 100644 --- a/uppsrc/ide/Goto.cpp +++ b/uppsrc/ide/Goto.cpp @@ -1,6 +1,6 @@ #include "ide.h" -#define LLOG(x) DLOG(x) +#define LLOG(x) // DLOG(x) struct GotoDlg : public WithGotoLayout { bool global;