summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2005-10-24 18:18:56 (GMT)
commit32557464b53467b2819e3fb820a7bbc459eb3e30 (patch)
treea3e5426db07e417c276c043b1c2436f169045b49 /src/classdef.cpp
parentc9ed38abcef60f4ecb9fc08a1ddd936762d5342c (diff)
downloadDoxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.zip
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.tar.gz
Doxygen-32557464b53467b2819e3fb820a7bbc459eb3e30.tar.bz2
Release-1.4.5-20051024
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index 214da47..99f09b5 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -47,6 +47,7 @@ ClassDef::ClassDef(
: Definition(defFileName,defLine,removeRedundantWhiteSpace(nm),0,0,isSymbol)
{
m_compType=ct;
+ m_isObjC = FALSE;
QCString compoundName=compoundTypeString();
if (fName)
{
@@ -92,7 +93,6 @@ ClassDef::ClassDef(
m_artificial = FALSE;
m_isAbstract = FALSE;
m_isStatic = FALSE;
- m_isObjC = FALSE;
m_isTemplArg = FALSE;
m_membersMerged = FALSE;
m_categoryOf = 0;