[yast-commit] r55743 - /trunk/storage/libstorage/src/Graph.cc
Author: aschnell Date: Wed Feb 25 12:55:27 2009 New Revision: 55743 URL: http://svn.opensuse.org/viewcvs/yast?rev=55743&view=rev Log: - changed parameter type Modified: trunk/storage/libstorage/src/Graph.cc Modified: trunk/storage/libstorage/src/Graph.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/storage/libstorage/src/Graph.cc?rev=55743&r1=55742&r2=55743&view=diff ============================================================================== --- trunk/storage/libstorage/src/Graph.cc (original) +++ trunk/storage/libstorage/src/Graph.cc Wed Feb 25 12:55:27 2009 @@ -56,7 +56,7 @@ struct Rank { - Rank(NodeType type, const string& name) + Rank(NodeType type, const char* name) : type(type), name(name) {} -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
aschnell@svn.opensuse.org