mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2025-02-09 06:30:25 +00:00
unsigned -> NSUInteger
git-svn-id: svn://qnap.local/TwoTerm/branches/frameless@3097 5590a31f-7b70-45f8-8c82-aa3a8e5f4507
This commit is contained in:
parent
692b91d69c
commit
6662854ec5
@ -133,9 +133,9 @@ enum {
|
||||
{
|
||||
|
||||
NSMenuItem *item = [_terminalTypeButton selectedItem];
|
||||
unsigned tag = [item tag];
|
||||
NSUInteger tag = [item tag];
|
||||
|
||||
Class klass = [EmulatorManager emulatorForTag: tag];
|
||||
Class klass = [EmulatorManager emulatorForTag: (unsigned)tag];
|
||||
|
||||
if (klass)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user