windows-vs2005b2-20050706
[openafs.git] / src / WINNT / afsclass / c_notify.cpp
index 3de2a3d..50739b9 100644 (file)
@@ -48,8 +48,9 @@ NOTIFYCALLBACK::NOTIFYCALLBACK (NOTIFYCALLBACKPROC procUser, LPARAM lpUser)
 {
    procSupplied = procUser;
    lpSupplied = lpUser;
+   size_t iNotify;
 
-   for (size_t iNotify = 0; iNotify < nNotifyList; ++iNotify)
+   for (iNotify = 0; iNotify < nNotifyList; ++iNotify)
       {
       if (aNotifyList[ iNotify ] == NULL)
          break;