.cosmetics

git-svn-id: svn://ultimatepp.org/upp/trunk@8463 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2015-05-19 13:05:16 +00:00
parent d1f9ecbe82
commit 8a4337b974

View file

@ -1,3 +1,4 @@
//$ namespace Upp {
//$ class Ctrl {
private:
bool activex:1;
@ -71,3 +72,4 @@ public:
static void ExitWin32();
static void GuiFlush() { ::GdiFlush(); }
//$ };
//$ };