blob: ffeb6bd5ca738e2c5e4ff8dc19f9cf535c6e9ba4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/kernel/stateupdater.cc.orig 2009-09-11 12:02:56 UTC
+++ src/kernel/stateupdater.cc
@@ -1227,7 +1227,7 @@ bool checkAndFixOperator (const StateUpd
{ // Convert it to real
double dval = 0.0;
dval = IProperty::getSmartCObjectPtr<CInt>(*it)->getValue();
- shared_ptr<IProperty> pIp (new CReal (dval));
+ boost::shared_ptr<IProperty> pIp (new CReal (dval));
std::replace (operands.begin(), operands.end(), *it, pIp);
}
}
|