diff --git a/example/glide_computer/include/geographic.h b/example/glide_computer/include/geographic.h index 8c7a68c4..731425e3 100644 --- a/example/glide_computer/include/geographic.h +++ b/example/glide_computer/include/geographic.h @@ -45,11 +45,11 @@ private: value_type value_; }; -struct latitude : coordinate { +struct latitude : coordinate { using coordinate::coordinate; }; -struct longitude : coordinate { +struct longitude : coordinate { using coordinate::coordinate; };