Browse Source

AP_LandingGear: unify singleton naming to _singleton and get_singleton()

master
Tom Pittenger 6 years ago committed by Tom Pittenger
parent
commit
cf2723458d
  1. 2
      libraries/AP_LandingGear/AP_LandingGear.h

2
libraries/AP_LandingGear/AP_LandingGear.h

@ -32,7 +32,7 @@ public: @@ -32,7 +32,7 @@ public:
AP_LandingGear &operator=(const AP_LandingGear&) = delete;
// get singleton instance
static AP_LandingGear *instance(void) {
static AP_LandingGear *get_singleton(void) {
return _singleton;
}

Loading…
Cancel
Save