WIN32 fix

This commit is contained in:
Michael Davidsaver
2019-06-26 16:25:20 -07:00
parent 9eb5843def
commit f44dcbfc77

View File

@@ -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);
};