From b9cff3407610cfa3428ec89a215d30ca26f2b8f6 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 28 Dec 2022 12:08:49 +0100 Subject: [PATCH] display: Fix incorrect EXPCL macro for ScreenshotRequest --- panda/src/display/screenshotRequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/screenshotRequest.h b/panda/src/display/screenshotRequest.h index 68e5d17ab4..8434d8c0db 100644 --- a/panda/src/display/screenshotRequest.h +++ b/panda/src/display/screenshotRequest.h @@ -26,7 +26,7 @@ /** * 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: INLINE ScreenshotRequest(Texture *tex);