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:
parent
2dc4c649e0
commit
02709b67ec
1 changed files with 4 additions and 1 deletions
|
@ -168,7 +168,7 @@ namespace Loki
|
|||
Mutex( const Mutex & );
|
||||
/// Copy-assignement operator not implemented.
|
||||
Mutex & operator = ( const Mutex & );
|
||||
LOKI_THREADS_MUTEX(mtx_);
|
||||
LOKI_THREADS_MUTEX(mtx_;)
|
||||
};
|
||||
|
||||
|
||||
|
@ -395,6 +395,9 @@ namespace Loki
|
|||
#endif
|
||||
|
||||
// $Log$
|
||||
// Revision 1.27 2006/01/22 15:33:41 syntheticpp
|
||||
// a -pedantic fix
|
||||
//
|
||||
// Revision 1.26 2006/01/22 13:37:33 syntheticpp
|
||||
// use macro LOKI_DEFAULT_MUTEX for Mutex default value, defined in Threads.h
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue