aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding.hpp')
-rw-r--r--src/encoding.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/encoding.hpp b/src/encoding.hpp
index 52e48bd5..e8d358ac 100644
--- a/src/encoding.hpp
+++ b/src/encoding.hpp
@@ -66,6 +66,8 @@ public:
const bool operator==(const encoding& value) const;
const bool operator!=(const encoding& value) const;
+ const std::vector <const component*> getChildComponents() const;
+
/** Decide which encoding to use based on the specified data.
*
* \deprecated Use the new decide() method which takes a contentHandler parameter.