summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-08-05 12:03:04 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-08-05 12:03:04 (GMT)
commit490b7178adcf627892b0686b80016422e64dcfa3 (patch)
treeae6f91b471c21991428c9b75a29ff8df55d1889d /src/classdef.h
parentecb8f53e30524a6eca3c28db4d1a1d708a5a0976 (diff)
downloadDoxygen-490b7178adcf627892b0686b80016422e64dcfa3.zip
Doxygen-490b7178adcf627892b0686b80016422e64dcfa3.tar.gz
Doxygen-490b7178adcf627892b0686b80016422e64dcfa3.tar.bz2
Release-1.2.9.1
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/classdef.h b/src/classdef.h
index 924c56f..939cd90 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -325,7 +325,7 @@ class ClassDef : public Definition
/*! Bare name of the class without any scoping prefixes
* (like for nested classes and classes inside namespaces)
*/
- QCString m_scopelessName;
+ //QCString m_scopelessName;
/*! List of base class (or super-classes) from which this class derives
* directly.