ChangeLog: Updated
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / WizardNavigationEventArgs.cs
index 7658e2ae3b244a5f1b2a35c4620bb0118310120e..e7cb1b46c2bb580899b9e0e66f6e84f4de2017b7 100644 (file)
@@ -35,7 +35,7 @@ namespace System.Web.UI.WebControls
        public sealed class WizardNavigationEventArgs : EventArgs
        {
                private int curStepIndex;
-               private nxtStepIndex;
+               private int nxtStepIndex;
                private bool cancel;
                
                public WizardNavigationEventArgs (int currentIndex, int nextIndex)