Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
bea8a8bc
Commit
bea8a8bc
authored
Aug 17, 2013
by
Adrian Negreanu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sqlite3: make innerclass refid non-transient
Signed-off-by:
Adrian Negreanu
<
adrian.m.negreanu@intel.com
>
parent
9ce4d54a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sqlite3gen.cpp
src/sqlite3gen.cpp
+1
-1
No files found.
src/sqlite3gen.cpp
View file @
bea8a8bc
...
...
@@ -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
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment