diff --git a/panda/src/display/graphicsOutput.h b/panda/src/display/graphicsOutput.h index 49c257e17e..7a210cb188 100644 --- a/panda/src/display/graphicsOutput.h +++ b/panda/src/display/graphicsOutput.h @@ -255,6 +255,8 @@ PUBLISHED: virtual bool flip_ready() const; virtual GraphicsOutput *get_host(); + MAKE_PROPERTY(host, get_host); + public: INLINE bool operator < (const GraphicsOutput &other) const;