[Scummvm-cvs-logs] SF.net SVN: scummvm:[50547] tools/branches/gsoc2010-decompiler/decompiler/ graph.h

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Thu Jul 1 16:59:58 CEST 2010


Revision: 50547
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50547&view=rev
Author:   pidgeot
Date:     2010-07-01 14:59:58 +0000 (Thu, 01 Jul 2010)

Log Message:
-----------
Formatting fix

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/graph.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/graph.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-07-01 14:44:08 UTC (rev 50546)
+++ tools/branches/gsoc2010-decompiler/decompiler/graph.h	2010-07-01 14:59:58 UTC (rev 50547)
@@ -113,7 +113,7 @@
 /**
  * Type representing properties containing a pointer to a Group.
  */
-typedef boost::property<boost::vertex_name_t, Group*> GroupProperty;
+typedef boost::property<boost::vertex_name_t, Group *> GroupProperty;
 
 /**
  * Type representing properties containing an index, followed by a GroupProperty.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list