[Scummvm-cvs-logs] SF.net SVN: scummvm:[49989] tools/branches/gsoc2010-decompiler/decompiler/ control_flow.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Fri Jun 18 04:01:31 CEST 2010
Revision: 49989
http://scummvm.svn.sourceforge.net/scummvm/?rev=49989&view=rev
Author: lordhoto
Date: 2010-06-18 02:01:30 +0000 (Fri, 18 Jun 2010)
Log Message:
-----------
Make ControlFlow::getGraph const.
Modified Paths:
--------------
tools/branches/gsoc2010-decompiler/decompiler/control_flow.h
Modified: tools/branches/gsoc2010-decompiler/decompiler/control_flow.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/control_flow.h 2010-06-18 01:58:03 UTC (rev 49988)
+++ tools/branches/gsoc2010-decompiler/decompiler/control_flow.h 2010-06-18 02:01:30 UTC (rev 49989)
@@ -79,7 +79,7 @@
*
* @returns The current control flow graph.
*/
- const Graph &getGraph() { return _g; };
+ const Graph &getGraph() const { return _g; };
/**
* Constructor for the control flow graph.
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