From 5d74411c37d95b241459d7e7a23f3ebd31068347 Mon Sep 17 00:00:00 2001 From: Sam Edwards Date: Fri, 28 Dec 2018 20:23:38 -0700 Subject: [PATCH] display: Fix export/import macro for MouseAndKeyboard It was moved here from device, so we should not use EXPCL_PANDA_DEVICE anymore. --- panda/src/display/mouseAndKeyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/display/mouseAndKeyboard.h b/panda/src/display/mouseAndKeyboard.h index 66cad13dc0..035822a6ff 100644 --- a/panda/src/display/mouseAndKeyboard.h +++ b/panda/src/display/mouseAndKeyboard.h @@ -38,7 +38,7 @@ * the system, you must attach an EventThrower to the MouseAndKeyboard object; * otherwise, the events will be discarded. */ -class EXPCL_PANDA_DEVICE MouseAndKeyboard : public DataNode { +class EXPCL_PANDA_DISPLAY MouseAndKeyboard : public DataNode { PUBLISHED: explicit MouseAndKeyboard(GraphicsWindow *window, int device, const std::string &name); void set_source(GraphicsWindow *window, int device);