author | Tom Henderson <tomh@tomh.org> |
Sun, 14 Aug 2011 14:06:45 -0700 | |
changeset 7428 | 6cf8d863adec |
parent 7427 | 710d6ff1d227 |
child 7429 | 21b80f0ae80c |
src/config-store/model/attribute-default-iterator.cc | file | annotate | diff | comparison | revisions |
--- a/src/config-store/model/attribute-default-iterator.cc Thu Aug 11 15:25:25 2011 -0700 +++ b/src/config-store/model/attribute-default-iterator.cc Sun Aug 14 14:06:45 2011 -0700 @@ -85,7 +85,7 @@ //We take only values, no pointers or vectors if (!calledStart) { - StartVisitTypeId (info.name); + StartVisitTypeId (tid.GetName ()); } VisitAttribute (tid, info.name, info.initialValue->SerializeToString (info.checker), j); calledStart = true;