Skip to content

Commit

Permalink
Explicity make sure that the right implementation of UniqueId16 is fo…
Browse files Browse the repository at this point in the history
…und. (#10)
  • Loading branch information
aentinger authored Aug 11, 2023
1 parent c10a9fd commit 9ef1100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uniqueid/uniqueid.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace cyphal::support
* CLASS DECLARATION
**************************************************************************************/

class UniqueId : public impl::UniqueId16 { };
class UniqueId : public ::impl::UniqueId16 { };

/**************************************************************************************
* NAMESPACE
Expand Down

0 comments on commit 9ef1100

Please sign in to comment.