mirror of
https://github.com/espressif/openthread.git
synced 2026-06-05 21:14:49 +00:00
[locator] fix doc for GetProvider::Get() implementation location (#12690)
This commit is contained in:
committed by
GitHub
parent
0231669620
commit
27c6098c2b
@@ -90,7 +90,7 @@ public:
|
||||
*
|
||||
* @returns A reference to the `Type` object of the instance.
|
||||
*/
|
||||
template <typename Type> inline Type &Get(void) const; // Implemented in `locator_getters.hpp`.
|
||||
template <typename Type> inline Type &Get(void) const; // Implemented in `instance.hpp`.
|
||||
|
||||
protected:
|
||||
GetProvider(void) = default;
|
||||
|
||||
Reference in New Issue
Block a user