summaryrefslogtreecommitdiff
path: root/writerfilter/inc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-10-10 22:34:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-10-10 22:36:55 +0100
commit0123fc6d03412704ac8512339d949773b22b9cce (patch)
tree83e72bc32f088f13c1e2097fa48a77e1525573d5 /writerfilter/inc
parent6604fee6257ee21d56275a71bcf47772aa425113 (diff)
these can go behind DEBUG_CONTEXT_HANDLER
Diffstat (limited to 'writerfilter/inc')
-rw-r--r--writerfilter/inc/resourcemodel/XPathLogger.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/writerfilter/inc/resourcemodel/XPathLogger.hxx b/writerfilter/inc/resourcemodel/XPathLogger.hxx
index d5e97a2be563..584ed355ad43 100644
--- a/writerfilter/inc/resourcemodel/XPathLogger.hxx
+++ b/writerfilter/inc/resourcemodel/XPathLogger.hxx
@@ -28,6 +28,8 @@
#ifndef INCLUDED_XPATH_LOGGER_HXX
#define INCLUDED_XPATH_LOGGER_HXX
+#ifdef DEBUG_CONTEXT_HANDLER
+
#include <stack>
#include <string>
#include <vector>
@@ -62,4 +64,6 @@ public:
void endElement();
};
}
+
+#endif
#endif // INCLUDED_XPATH_LOGGER_HXX