From 02709b67ec899ca562f285b1d251fa88bf81a9d8 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Sun, 22 Jan 2006 15:33:41 +0000 Subject: [PATCH] a -pedantic fix git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@515 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/Threads.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/loki/Threads.h b/include/loki/Threads.h index 0e0fc87..7fa1407 100644 --- a/include/loki/Threads.h +++ b/include/loki/Threads.h @@ -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 //