summaryrefslogtreecommitdiff
path: root/src/section.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/section.h')
-rw-r--r--src/section.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/section.h b/src/section.h
index 0cee070..34ba708 100644
--- a/src/section.h
+++ b/src/section.h
@@ -54,11 +54,11 @@ class SectionInfo
m_label(label), m_title(title), m_type(type), m_ref(ref),
m_lineNr(lineNr), m_fileName(fileName), m_level(level)
{
- //printf("SectionInfo(%p)\n",this);
+ //printf("SectionInfo(%p) fileName=%s\n",(void*)this,qPrint(fileName));
}
~SectionInfo()
{
- //printf("~SectionInfo(%p)\n",this);
+ //printf("~SectionInfo(%p)\n",(void*)this);
}
// getters