summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h
index 20d4df7..fbac227 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -284,6 +284,7 @@ class ClassDef : public Definition
void setIsStatic(bool b);
void setIsObjectiveC(bool b);
void setCompoundType(CompoundType t);
+ void setClassName(const char *name);
void setTemplateArguments(ArgumentList *al);
void setTemplateBaseClassNames(QDict<int> *templateNames);