This commit is contained in:
Oliver Duis
2011-08-06 20:31:33 +02:00
parent f7d5b97428
commit 418b4ca983
3 changed files with 12 additions and 19 deletions

View File

@@ -39,7 +39,7 @@ class WinDirMonitor : public Glib::Object {
HANDLE hDirectory;
WinDirChangeListener* listener;
int bigyo;
time_t lastTimeUpdateDir; // for filtering multiple updates events
DWORD lastTimeUpdateTick; // for filtering multiple updates events
};
private: