X-Git-Url: http://g0dil.de/git?p=senf.git;a=blobdiff_plain;f=senf%2FUtils%2FBeeper.cc;fp=senf%2FUtils%2FBeeper.cc;h=298e33a39eddc101f88509b4af04e3d0946df070;hp=6fc58952dd770595422b8ab178a3606986f587da;hb=114131e8774ab05964646992613a98dcedf92434;hpb=728c6fbeb525a2b48b927ebf17cc06ca943583b2 diff --git a/senf/Utils/Beeper.cc b/senf/Utils/Beeper.cc index 6fc5895..298e33a 100644 --- a/senf/Utils/Beeper.cc +++ b/senf/Utils/Beeper.cc @@ -44,7 +44,7 @@ // senf::Beeper prefix_ senf::Beeper::Beeper(std::string const & device) - : timer_( "senf::Beeper::timer", boost::bind(&Beeper::timeout, this), SENF_INT2CLOCKTYPE(0), false) + : timer_( "senf::Beeper::timer", boost::bind(&Beeper::timeout, this), ClockService::clock_type(0), false) { if ((fd_ = ::open(device.c_str(), O_WRONLY)) == -1) { SENF_THROW_SYSTEM_EXCEPTION("Could not open device for Beeper.");