summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-10-24 18:18:56 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2005-10-24 18:18:56 (GMT)
commit79a5fb85eb38d8a4388c9a281a09549e7bcb8b78 (patch)
treea3e5426db07e417c276c043b1c2436f169045b49 /src/classdef.cpp
parentb7ae07dc2e3b4b635cc59a49d326a88d45f9206b (diff)
downloadDoxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.zip
Doxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.tar.gz
Doxygen-79a5fb85eb38d8a4388c9a281a09549e7bcb8b78.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;