display: Fix incorrect EXPCL macro for ScreenshotRequest

This commit is contained in:
rdb 2022-12-28 12:08:49 +01:00
parent 4734bb9deb
commit b9cff34076

View File

@ -26,7 +26,7 @@
/** /**
* A class representing an asynchronous request to save a screenshot. * A class representing an asynchronous request to save a screenshot.
*/ */
class EXPCL_PANDA_PGRAPH ScreenshotRequest : public AsyncFuture { class EXPCL_PANDA_DISPLAY ScreenshotRequest : public AsyncFuture {
public: public:
INLINE ScreenshotRequest(Texture *tex); INLINE ScreenshotRequest(Texture *tex);