1
0
Fork 0

DBG: Minor enum fix from merge

This commit is contained in:
Nukem 2015-12-17 00:03:23 -05:00
parent 50b3026ff1
commit 7171334e1a
1 changed files with 5 additions and 2 deletions

View File

@ -50,8 +50,11 @@ enum SectionLock
LockPluginCallbackList,
LockPluginCommandList,
LockPluginMenuList,
LockLast,
LockCmdLine
LockCmdLine,
// Number of elements in this enumeration. Must always be the last
// index.
LockLast
};
class SectionLockerGlobal