summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memberdef.h')
-rw-r--r--src/memberdef.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/memberdef.h b/src/memberdef.h
index b313f30..c396346 100644
--- a/src/memberdef.h
+++ b/src/memberdef.h
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2006 by Dimitri van Heesch.
+ * Copyright (C) 1997-2007 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -114,7 +114,7 @@ class MemberDef : public Definition
// direct kind info
Protection protection() const;
- Specifier virtualness() const;
+ Specifier virtualness(int count=0) const;
MemberType memberType() const;
QCString memberTypeName() const;