summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
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 36abdb7..2292e2d 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -138,7 +138,7 @@ class ClassDef : public Definition
/*! Returns the Java package this class is in or 0 if not applicable.
*/
- PackageDef *packageDef() const;
+ //PackageDef *packageDef() const;
MemberDef *getMemberByName(const QCString &);