From 607fcf9ec974f43db882484c4a25b505fc6022b0 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Sun, 16 Apr 2006 13:36:26 +0000 Subject: [PATCH] gcc pedantic fix git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@634 7ec92016-0320-0410-acc4-a06ded1c099a --- include/loki/StrongPtr.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/loki/StrongPtr.h b/include/loki/StrongPtr.h index 56de9e9..9d9f1be 100644 --- a/include/loki/StrongPtr.h +++ b/include/loki/StrongPtr.h @@ -713,7 +713,7 @@ private: TwoRefLinks & operator = ( const TwoRefLinks & ); bool HasPrevNode( const TwoRefLinks * p ) const; - bool HasNextNode( const TwoRefLinks * p ) const;; + bool HasNextNode( const TwoRefLinks * p ) const; bool AllNodesHaveSamePointer( void ) const; void ZapAllNodes( void ); @@ -1455,6 +1455,9 @@ namespace std #endif // end file guardian // $Log$ +// Revision 1.3 2006/04/16 13:36:26 syntheticpp +// gcc pedantic fix +// // Revision 1.2 2006/04/06 06:05:20 rich_sposato // Added LOKI_EXPORT macro. //