diff options
Diffstat (limited to 'src/xmlcomposehelpers.h')
-rw-r--r-- | src/xmlcomposehelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmlcomposehelpers.h b/src/xmlcomposehelpers.h index b901039..8d7e515 100644 --- a/src/xmlcomposehelpers.h +++ b/src/xmlcomposehelpers.h @@ -101,7 +101,7 @@ public: DOM::Element getElement(); void setElement(DOM::Element element, bool deep = false); - AnalyserPtr getAnalyser(); + AnalyserPtr getAnalyser(bool deep = true); void setAnalyser(AnalyserPtr analyser, bool deep = false); DestinationPtr getDestination(); void setDestination(DestinationPtr destination, bool deep = false); |