summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/classdef.cpp')
-rw-r--r--src/classdef.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/classdef.cpp b/src/classdef.cpp
index f52b083..f2edcda 100644
--- a/src/classdef.cpp
+++ b/src/classdef.cpp
@@ -3058,6 +3058,11 @@ QCString ClassDef::className() const
return m_impl->className;
};
+void ClassDef::setClassName(const char *name)
+{
+ m_impl->className = name;
+}
+
void ClassDef::addListReferences()
{
bool fortranOpt=Config_getBool("OPTIMIZE_FOR_FORTRAN");