From 7b9b83717828b15870b56ae46326e42f3b418344 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Fri, 10 Jul 2009 21:41:49 +0000 Subject: Typos/Whitespace fixes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@793119 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/sys/Timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/sys/Timer.h') diff --git a/cpp/src/qpid/sys/Timer.h b/cpp/src/qpid/sys/Timer.h index b5bf5d8a4c..c1f0ae89fc 100644 --- a/cpp/src/qpid/sys/Timer.h +++ b/cpp/src/qpid/sys/Timer.h @@ -71,7 +71,7 @@ bool operator<(const boost::intrusive_ptr& a, const boost::intrusive_ptr& b); class Timer : private Runnable { - qpid::sys::Monitor monitor; + qpid::sys::Monitor monitor; std::priority_queue > tasks; qpid::sys::Thread runner; bool active; -- cgit v1.2.1