Boost logo

Boost-Commit :

From: markus.schoepflin_at_[hidden]
Date: 2007-10-22 03:54:09


Author: schoepflin
Date: 2007-10-22 03:54:08 EDT (Mon, 22 Oct 2007)
New Revision: 40277
URL: http://svn.boost.org/trac/boost/changeset/40277

Log:
Fix compilation.
Text files modified:
   trunk/boost/thread/pthread/mutex.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/boost/thread/pthread/mutex.hpp
==============================================================================
--- trunk/boost/thread/pthread/mutex.hpp (original)
+++ trunk/boost/thread/pthread/mutex.hpp 2007-10-22 03:54:08 EDT (Mon, 22 Oct 2007)
@@ -64,7 +64,7 @@
         }
 
         typedef pthread_mutex_t* native_handle_type;
- native_handle_type native_handle() const
+ native_handle_type native_handle()
         {
             return &m;
         }


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk