Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
010ef75ebf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/device/clientButtonDevice.h

+ 1 - 0
panda/src/device/clientButtonDevice.h

@@ -85,6 +85,7 @@ public:
  
 private:
   static TypeHandle _type_handle;
+  friend class ButtonState;
 };
 
 #include "clientButtonDevice.I"