Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

ContextMenu.cpp: Add missing 'const'

Changeset 494ff0fe6749

Parent e4f175bc8bf0

by Sune Foldager

Changes to one file · Browse files at 494ff0fe6749 Showing diff from parent e4f175bc8bf0 Diff from another changeset...

 
224
225
226
227
 
228
229
230
 
224
225
226
 
227
228
229
230
@@ -224,7 +224,7 @@
  if (!bAppendItems)   return NOERROR;   - int sz = sizeof(menuDescList) / sizeof(MenuDescription); + const int sz = sizeof(menuDescList) / sizeof(MenuDescription);   bool promoted[ sz ];   memset(&promoted, 0, sizeof(promoted));