Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52026 - sandbox-branches/andreo/guigl/boost/guigl/platform/impl
From: stipe_at_[hidden]
Date: 2009-03-27 16:51:20


Author: srajko
Date: 2009-03-27 16:51:19 EDT (Fri, 27 Mar 2009)
New Revision: 52026
URL: http://svn.boost.org/trac/boost/changeset/52026

Log:
add class to friend declaration
Text files modified:
   sandbox-branches/andreo/guigl/boost/guigl/platform/impl/tess.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox-branches/andreo/guigl/boost/guigl/platform/impl/tess.hpp
==============================================================================
--- sandbox-branches/andreo/guigl/boost/guigl/platform/impl/tess.hpp (original)
+++ sandbox-branches/andreo/guigl/boost/guigl/platform/impl/tess.hpp 2009-03-27 16:51:19 EDT (Fri, 27 Mar 2009)
@@ -34,7 +34,7 @@
         class polygon : boost::noncopyable {
         private:
             GLUtesselator *m_tess;
- friend contour;
+ friend class contour;
 
         public:
             explicit polygon(tess const& t);


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk