Commit bea8a8bc authored by Adrian Negreanu's avatar Adrian Negreanu

sqlite3: make innerclass refid non-transient

Signed-off-by: 's avatarAdrian Negreanu <adrian.m.negreanu@intel.com>
parent 9ce4d54a
......@@ -417,7 +417,7 @@ static void writeInnerClasses(sqlite3*db,const ClassSDict *cl)
{
if (!cd->isHidden() && cd->name().find('@')==-1) // skip anonymous scopes
{
bindTextParameter(i_s_innerclass,":refid",cd->getOutputFileBase());
bindTextParameter(i_s_innerclass,":refid",cd->getOutputFileBase(),FALSE);
bindIntParameter(i_s_innerclass,":prot",cd->protection());
bindTextParameter(i_s_innerclass,":name",cd->name());
if (-1==step(db,i_s_innerclass))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment