From da0beef641fa7147d6eb6affafa2438b864951d7 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 30 Oct 2015 08:06:41 +0000 Subject: [PATCH] ide: Fixed to compile with GCC git-svn-id: svn://ultimatepp.org/upp/trunk@9116 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/stdids.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/CtrlCore/stdids.h b/uppsrc/CtrlCore/stdids.h index 87255248b..92320bce5 100644 --- a/uppsrc/CtrlCore/stdids.h +++ b/uppsrc/CtrlCore/stdids.h @@ -1,4 +1,4 @@ -enum { +enum StandardDialogIds__ { IDOK = 1, IDCANCEL = 2, IDABORT = 3,