diff options
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; }; |