From 6386995a27f36240b0feaaff782386134e64fa33 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 16 Oct 2013 05:56:00 +0000 Subject: [PATCH] .CtrlLib: attempt to fix compile problem #538 git-svn-id: svn://ultimatepp.org/upp/trunk@6435 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlLib/TextEdit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CtrlLib/TextEdit.h b/uppsrc/CtrlLib/TextEdit.h index badc2903a..c76c3c8c7 100644 --- a/uppsrc/CtrlLib/TextEdit.h +++ b/uppsrc/CtrlLib/TextEdit.h @@ -220,7 +220,7 @@ protected: virtual void PlaceCaret(int newcursor, bool sel = false); public: - enum { + enum Flags { SHIFT_L = 1, SHIFT_R = 2, };