|
From: <vac...@us...> - 2009-02-06 23:57:03
|
Revision: 134
http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=134&view=rev
Author: vaclavslavik
Date: 2009-02-06 23:56:58 +0000 (Fri, 06 Feb 2009)
Log Message:
-----------
fixed VC++ warning about inconsistency in the use of struct/class in nipimpl forward declarations
Modified Paths:
--------------
trunk/include/xmlwrapp/nodes_view.h
Modified: trunk/include/xmlwrapp/nodes_view.h
===================================================================
--- trunk/include/xmlwrapp/nodes_view.h 2009-02-06 23:22:51 UTC (rev 133)
+++ trunk/include/xmlwrapp/nodes_view.h 2009-02-06 23:56:58 UTC (rev 134)
@@ -52,7 +52,7 @@
namespace impl
{
-class nipimpl;
+struct nipimpl;
class iter_advance_functor;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|