replace timeval and time_t with boost::posix_time::ptime
This commit is contained in:
@@ -36,6 +36,6 @@ bool ShowMessages = false;
|
||||
bool SeekingInProgress = false;
|
||||
|
||||
std::string VolumeState;
|
||||
timeval Timer;
|
||||
boost::posix_time::ptime Timer;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user