mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-26 12:03:48 +08:00
Added missing scope for ostream.
This commit is contained in:
@@ -68,7 +68,7 @@ class DataTypeHandler
|
||||
|
||||
static void outputData(std::ostream &, const DataType *,
|
||||
void *, size_t);
|
||||
static void printRawData(ostream &, const uint8_t *, size_t);
|
||||
static void printRawData(std::ostream &, const uint8_t *, size_t);
|
||||
|
||||
private:
|
||||
static const DataType dataTypes[];
|
||||
|
||||
Reference in New Issue
Block a user