Skip to content

Commit

Permalink
Removing use of generic.
Browse files Browse the repository at this point in the history
  • Loading branch information
alectutin-qut committed Oct 16, 2023
1 parent 7d3c0a3 commit c51b096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcldotnet/RCLdotnet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ internal static void WriteToMessageHandle(IRosMessage message, SafeHandle messag
}
}

internal static string GetStringFromNativeDelegate<T>(RCLdotnetDelegates.NativeRCLGetStringType nativeDelegate, T safeHandle) where T : SafeHandle
internal static string GetStringFromNativeDelegate(RCLdotnetDelegates.NativeRCLGetStringType nativeDelegate, SafeHandle safeHandle)
{
bool mustRelease = false;
try
Expand Down

0 comments on commit c51b096

Please sign in to comment.