Forráskód Böngészése

display: Fix incorrect EXPCL macro for ScreenshotRequest

rdb 3 éve
szülő
commit
b9cff34076
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      panda/src/display/screenshotRequest.h

+ 1 - 1
panda/src/display/screenshotRequest.h

@@ -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);