Revision: 133
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=133&view=rev
Author: vaclavslavik
Date: 2009-02-06 23:22:51 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
compilation fix
Modified Paths:
--------------
trunk/include/xmlwrapp/nodes_view.h
Modified: trunk/include/xmlwrapp/nodes_view.h
===================================================================
--- trunk/include/xmlwrapp/nodes_view.h 2009-02-06 22:54:50 UTC (rev 132)
+++ trunk/include/xmlwrapp/nodes_view.h 2009-02-06 23:22:51 UTC (rev 133)
@@ -79,6 +79,8 @@
nodes_view& operator=(const nodes_view& other);
+ class const_iterator;
+
/**
* The iterator provides a way to access nodes in the view
* similar to a standard C++ container.
@@ -122,6 +124,7 @@
impl::iter_advance_functor *advance_func_;
friend class nodes_view;
+ friend class const_iterator;
};
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|