From a5f0b608042e3dde1cbc6082ff56f596565daa36 Mon Sep 17 00:00:00 2001 From: cxl Date: Wed, 17 Oct 2018 09:47:47 +0000 Subject: [PATCH] .cosmetics git-svn-id: svn://ultimatepp.org/upp/trunk@12373 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/GtkCtrl.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uppsrc/CtrlCore/GtkCtrl.h b/uppsrc/CtrlCore/GtkCtrl.h index fc41d524f..24210ed92 100644 --- a/uppsrc/CtrlCore/GtkCtrl.h +++ b/uppsrc/CtrlCore/GtkCtrl.h @@ -164,10 +164,10 @@ public: // really private: static Gclipboard& gselection(); static String RenderPrimarySelection(const Value& fmt); - static Vector > hotkey; - static Vector keyhot; - static Vector modhot; - static guint MouseState; + static Vector> hotkey; + static Vector keyhot; + static Vector modhot; + static guint MouseState; public: static void EndSession() {}