summaryrefslogtreecommitdiff
path: root/src/lib/piece.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/piece.h')
-rw-r--r--src/lib/piece.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/piece.h b/src/lib/piece.h
index 76df909ff..17b87b884 100644
--- a/src/lib/piece.h
+++ b/src/lib/piece.h
@@ -26,15 +26,16 @@
class Content;
class Decoder;
class Piece;
-class Image;
+class ImageProxy;
class Player;
struct IncomingVideo
{
public:
boost::weak_ptr<Piece> weak_piece;
- boost::shared_ptr<const Image> image;
+ boost::shared_ptr<const ImageProxy> image;
Eyes eyes;
+ Part part;
bool same;
VideoContent::Frame frame;
Time extra;