WIN32 fix
This commit is contained in:
@@ -47,6 +47,7 @@ public:
|
||||
//! start a new line after this many bytes
|
||||
inline HexDump& bytesPerLine(size_t n=(size_t)-1) { _perLine = n; return *this; }
|
||||
|
||||
epicsShareFunc
|
||||
friend std::ostream& operator<<(std::ostream& strm, const HexDump& hex);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user