mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-28 07:48:37 -04:00
display: Fix incorrect EXPCL macro for ScreenshotRequest
This commit is contained in:
parent
4734bb9deb
commit
b9cff34076
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user