blob: 2c317c3c3c49836cc5829df348be4b2ae51c0936 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- spunk/menue.cc.orig 1997-01-26 17:17:32 UTC
+++ spunk/menue.cc
@@ -495,8 +495,8 @@ void GenericMenue::DynamicRight ()
i16 GenericMenue::GetChoice ()
{
- const AltNextKeyCode = MaxUserID + 1;
- const AltPrevKeyCode = MaxUserID + 2;
+ const int AltNextKeyCode = MaxUserID + 1;
+ const int AltPrevKeyCode = MaxUserID + 2;
// Remember old window state
|