Skip to content

Commit 9ef1100

Browse files
authored
Explicity make sure that the right implementation of UniqueId16 is found. (#10)
1 parent c10a9fd commit 9ef1100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uniqueid/uniqueid.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace cyphal::support
2424
* CLASS DECLARATION
2525
**************************************************************************************/
2626

27-
class UniqueId : public impl::UniqueId16 { };
27+
class UniqueId : public ::impl::UniqueId16 { };
2828

2929
/**************************************************************************************
3030
* NAMESPACE

0 commit comments

Comments
 (0)