From c99159c08e5d459fdb54046a154c28bacaee79bd Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 14 Jun 2015 05:59:34 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@8539 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CodeEditor/CodeEditor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CodeEditor/CodeEditor.h b/uppsrc/CodeEditor/CodeEditor.h index 7616c3783..6e883ef92 100644 --- a/uppsrc/CodeEditor/CodeEditor.h +++ b/uppsrc/CodeEditor/CodeEditor.h @@ -177,7 +177,7 @@ struct FindReplaceDlg : FrameBottom< WithIDEFindReplaceLayout > { #include "LogSyntax.h" class CodeEditor : public LineEdit, -public HighlightSetup //TODO:SYNTAX +public HighlightSetup { friend class EditorBar;