From afba1474aed6f332d221f672aab4ebdd5c12196d Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 3 Nov 2014 11:33:23 +0000 Subject: [PATCH] [EXPLORER_NEW] - Fix build svn path=/branches/shell-experiments/; revision=65214 --- base/shell/explorer-new/trayntfy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/shell/explorer-new/trayntfy.cpp b/base/shell/explorer-new/trayntfy.cpp index 189b46f4e06..8e06d495196 100644 --- a/base/shell/explorer-new/trayntfy.cpp +++ b/base/shell/explorer-new/trayntfy.cpp @@ -120,7 +120,7 @@ public: class CNotifyToolbar : public CToolbar { - const int ICON_SIZE = 16; + static const int ICON_SIZE = 16; HIMAGELIST SysIcons; int VisibleButtonCount;