gcc does not like ; when closing a namespace

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@551 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
syntheticpp 2006-02-25 13:07:15 +00:00
parent d9a835a2d5
commit fb5261c73a

View file

@ -111,13 +111,16 @@ void RefLinkedBase::Swap(RefLinkedBase& rhs)
// ----------------------------------------------------------------------------
}; // end namespace Private
} // end namespace Private
}; // end namespace Loki
} // end namespace Loki
// ----------------------------------------------------------------------------
// $Log$
// Revision 1.2 2006/02/25 13:07:15 syntheticpp
// gcc does not like ; when closing a namespace
//
// Revision 1.1 2006/02/25 01:52:17 rich_sposato
// Moved a monolithic base class from header file to new source file.
//