summaryrefslogtreecommitdiff
path: root/src/asset_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/asset_reader.h')
-rw-r--r--src/asset_reader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/asset_reader.h b/src/asset_reader.h
index dbd2761b..714d960c 100644
--- a/src/asset_reader.h
+++ b/src/asset_reader.h
@@ -69,6 +69,10 @@ public:
return boost::shared_ptr<const F> (new F (_reader, n, _crypto_context));
}
+ R* reader () const {
+ return _reader;
+ }
+
protected:
R* _reader;
boost::shared_ptr<DecryptionContext> _crypto_context;