From 010ef75ebfe5830c3c783e8ac96d101ae9f5e019 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 26 Jan 2001 22:51:28 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/device/clientButtonDevice.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/device/clientButtonDevice.h b/panda/src/device/clientButtonDevice.h index df7bbde363..da8e576483 100644 --- a/panda/src/device/clientButtonDevice.h +++ b/panda/src/device/clientButtonDevice.h @@ -85,6 +85,7 @@ public: private: static TypeHandle _type_handle; + friend class ButtonState; }; #include "clientButtonDevice.I"