Skip to content

Commit

Permalink
export Devicehandle equality operator symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
rjonaitis committed Nov 26, 2024
1 parent 8a36e50 commit ff51a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/limesuiteng/DeviceHandle.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ class LIME_API DeviceHandle

} // namespace lime
//! Check two connection handles for equality
bool operator==(const lime::DeviceHandle& lhs, const lime::DeviceHandle& rhs);
bool LIME_API operator==(const lime::DeviceHandle& lhs, const lime::DeviceHandle& rhs);

#endif

0 comments on commit ff51a82

Please sign in to comment.