Skip to content
Snippets Groups Projects
Commit afcbb789 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Initialize _isInterface of ObjCClass

parent 245a2ca2
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment