RhodeCode
Repositories
loading...
Public journal
Search
Not logged in
Login to your account
Username:
Password:
Forgot password ?
Repositories
»
LEMON
»
LEMON-official
Summary
Changelog
Files
Switch To
loading...
Options
Lightweight changelog
Search
Pull Requests
Changeset -
r237:9c8efad5f587
«
234:ad6b8c
238:79643f
»
r237:9c8efad5f587
Tue, 29 Jul 2008 10:27:36
[Not Reviewed]
0 comments (0 inline)
deba@inf.elte.hu
deba@inf.elte.hu
Fixing constness of Graph in GraphWriter
0
1
0
default
1 file changed with 1 insertions and 1 deletions:
lemon/lgf_writer.h
1
1
↑ Collapse diff ↑
lemon/lgf_writer.h
Show inline comments
...
...
@@ -935,5 +935,5 @@
935
935
bool local_os;
936
936
937
Graph& _graph;
937
const
Graph& _graph;
938
938
939
939
std::string _nodes_caption;
You need to be logged in to comment.
Login now
0 comments (0 inline)