a -pedantic fix

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@515 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-01-22 15:33:41 +00:00
parent 2dc4c649e0
commit 02709b67ec

View file

@ -168,7 +168,7 @@ namespace Loki
Mutex( const Mutex & ); Mutex( const Mutex & );
/// Copy-assignement operator not implemented. /// Copy-assignement operator not implemented.
Mutex & operator = ( const Mutex & ); Mutex & operator = ( const Mutex & );
LOKI_THREADS_MUTEX(mtx_); LOKI_THREADS_MUTEX(mtx_;)
}; };
@ -395,6 +395,9 @@ namespace Loki
#endif #endif
// $Log$ // $Log$
// Revision 1.27 2006/01/22 15:33:41 syntheticpp
// a -pedantic fix
//
// Revision 1.26 2006/01/22 13:37:33 syntheticpp // Revision 1.26 2006/01/22 13:37:33 syntheticpp
// use macro LOKI_DEFAULT_MUTEX for Mutex default value, defined in Threads.h // use macro LOKI_DEFAULT_MUTEX for Mutex default value, defined in Threads.h
// //