Attempt to fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@193673 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -56,7 +56,7 @@ struct txFunctionDescriptor
|
||||
|
||||
// This must be ordered in the same order as txCoreFunctionCall::eType.
|
||||
// If you change one, change the other.
|
||||
static const txFunctionDescriptor const descriptTable[] =
|
||||
static const txFunctionDescriptor descriptTable[] =
|
||||
{
|
||||
{ 1, 1, Expr::NUMBER_RESULT, &txXPathAtoms::count }, // COUNT
|
||||
{ 1, 1, Expr::NODESET_RESULT, &txXPathAtoms::id }, // ID
|
||||
|
||||
Reference in New Issue
Block a user