diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-04-07 00:41:34 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-04-07 00:41:34 +0200 |
commit | 9939b656bf6a383b793f8b5b402d60b44345a097 (patch) | |
tree | d73ef8f14412cf0fa5a37237b4feed5556c66f6f /plugins | |
parent | d3543b4f6d654cae1d1d9ffe1f640106dad5cfed (diff) |
Add upload date to manganelo and mangatown chapters
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Plugin.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp index ebf3408..72df764 100644 --- a/plugins/Plugin.hpp +++ b/plugins/Plugin.hpp @@ -30,7 +30,7 @@ namespace QuickMedia { NET_ERR }; - struct BodyItemImageContext { + struct BodyItemContext { BodyItems *body_items; size_t index; }; |