Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
afcbb789
Commit
afcbb789
authored
Oct 21, 2009
by
Roberto Raggi
Browse files
Initialize _isInterface of ObjCClass
parent
245a2ca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/shared/cplusplus/Symbols.cpp
View file @
afcbb789
...
...
@@ -589,6 +589,7 @@ void ObjCBaseProtocol::visitSymbol0(SymbolVisitor *visitor)
ObjCClass
::
ObjCClass
(
TranslationUnit
*
translationUnit
,
unsigned
sourceLocation
,
Name
*
name
)
:
ScopedSymbol
(
translationUnit
,
sourceLocation
,
name
),
_isInterface
(
false
),
_categoryName
(
0
),
_baseClass
(
0
)
{
...
...
Write
Preview
Supports
Markdown
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