Eliminated a small warning.
[MenuTunes.git] / MainController.h
index 2ea08ba..c4ed84b 100755 (executable)
     NSUserDefaults *df;
     
     MTBlingController *bling;
-    NSTimer *registerTimer, *_statusWindowUpdateTimer;
+    NSTimer *registerTimer, *_statusWindowUpdateTimer, *_audioscrobblerTimer;
     BOOL timerUpdating, _checkingForServer, _popped, _open, _needsPolling;
     BOOL blinged;
        int _timeUpdateCount; //Keeps track of how many times the time has been updated in the info status window
+       int _audioscrobblerInterval;
     NSLock *_serverCheckLock;
 }
 + (MainController *)sharedController;