COMP: Fix init order.

This commit is contained in:
Brad King 2006-09-27 16:20:47 -04:00
parent e5549cff25
commit 16cafd5cdf

View File

@ -31,8 +31,8 @@ cmCustomCommand::cmCustomCommand(const cmCustomCommand& r):
CommandLines(r.CommandLines), CommandLines(r.CommandLines),
Comment(r.Comment), Comment(r.Comment),
WorkingDirectory(r.WorkingDirectory), WorkingDirectory(r.WorkingDirectory),
EscapeOldStyle(r.EscapeOldStyle), EscapeAllowMakeVars(r.EscapeAllowMakeVars),
EscapeAllowMakeVars(r.EscapeAllowMakeVars) EscapeOldStyle(r.EscapeOldStyle)
{ {
this->Used = false; this->Used = false;
} }