get rid of forgotten remaining STD_SHARED_PTR parser bison source
This commit is contained in:
parent
5614c6bc5b
commit
588e3c72c7
@ -30,7 +30,7 @@ static void addSubQuery(WasaParserDriver *d,
|
|||||||
{
|
{
|
||||||
if (sd && sq)
|
if (sd && sq)
|
||||||
sd->addClause(
|
sd->addClause(
|
||||||
new Rcl::SearchDataClauseSub(STD_SHARED_PTR<Rcl::SearchData>(sq)));
|
new Rcl::SearchDataClauseSub(std::shared_ptr<Rcl::SearchData>(sq)));
|
||||||
}
|
}
|
||||||
|
|
||||||
%}
|
%}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user