fix compilation

This commit is contained in:
lperron@google.com
2010-11-09 10:30:12 +00:00
parent 6cc510da10
commit 77d1692a42

View File

@@ -101,7 +101,7 @@ class AlwaysPerformedIntervalVarWrapper : public IntervalVar {
public:
explicit AlwaysPerformedIntervalVarWrapper(IntervalVar* const t)
: IntervalVar(t->solver(),
StrCat("AlwaysPerformed<", t->name(), ">")),
StringPrintf("AlwaysPerformed<%s>", t->name().c_str())),
t_(t) {}
virtual ~AlwaysPerformedIntervalVarWrapper() {}
virtual int64 StartMin() const {