summaryrefslogtreecommitdiffstats
path: root/src/sp-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-object.h')
-rw-r--r--src/sp-object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sp-object.h b/src/sp-object.h
index 1c6212664..ac3d0c851 100644
--- a/src/sp-object.h
+++ b/src/sp-object.h
@@ -861,6 +861,8 @@ public:
virtual void read_content();
void recursivePrintTree(unsigned level = 0); // For debugging
+ static unsigned indent_level;
+ void objectTrace( std::string, bool in=true, unsigned flags=0 );
};