mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-26 00:40:05 +01:00
SF [2360817] Build failure in Var.cpp
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user