Ver Fonte

display: Fix incorrect EXPCL macro for ScreenshotRequest

rdb há 3 anos atrás
pai
commit
b9cff34076
1 ficheiros alterados com 1 adições e 1 exclusões
  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.
  */
-class EXPCL_PANDA_PGRAPH ScreenshotRequest : public AsyncFuture {
+class EXPCL_PANDA_DISPLAY ScreenshotRequest : public AsyncFuture {
 public:
   INLINE ScreenshotRequest(Texture *tex);