Author: gadamopoulos Date: Mon Nov 3 11:33:23 2014 New Revision: 65214
URL: http://svn.reactos.org/svn/reactos?rev=65214&view=rev Log: [EXPLORER_NEW] - Fix build
Modified: branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp
Modified: branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp URL: http://svn.reactos.org/svn/reactos/branches/shell-experiments/base/shell/exp... ============================================================================== --- branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp [iso-8859-1] (original) +++ branches/shell-experiments/base/shell/explorer-new/trayntfy.cpp [iso-8859-1] Mon Nov 3 11:33:23 2014 @@ -120,7 +120,7 @@ class CNotifyToolbar : public CToolbar<NOTIFYICONDATA> { - const int ICON_SIZE = 16; + static const int ICON_SIZE = 16;
HIMAGELIST SysIcons; int VisibleButtonCount;