SF [2360817] Build failure in Var.cpp

This commit is contained in:
Aleksandar Fabijanic
2008-11-30 03:54:11 +00:00
parent 69ee9eee82
commit 905534af1c
2 changed files with 14 additions and 6 deletions

View File

@@ -477,4 +477,10 @@ std::string Var::toString(const Var& any)
}
Var& Var::structIndexOperator(VarHolderImpl<Struct<int> >* pStr, int n) const
{
return pStr->operator[](n);
}
} } // namespace Poco::Dynamic