فهرست منبع

Moved get_devices functions into PUBLISHED section

fireclawthefox 9 سال پیش
والد
کامیت
271997b462
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      panda/src/device/inputDeviceManager.h

+ 1 - 2
panda/src/device/inputDeviceManager.h

@@ -37,11 +37,10 @@ private:
   InputDevice *consider_add_js_device(int index);
 #endif
 
-public:
+PUBLISHED:
   InputDeviceSet get_devices() const;
   InputDeviceSet get_devices(InputDevice::DeviceClass device_class) const;
 
-PUBLISHED:
   void add_device(InputDevice *device);
   void remove_device(InputDevice *device);