forked from bblanchon/ArduinoJson
Fixed warnings in Visual Studio
This commit is contained in:
@ -17,6 +17,9 @@ class StreamPrintAdapter : public Print {
|
||||
}
|
||||
|
||||
private:
|
||||
// cannot be assigned
|
||||
StreamPrintAdapter& operator=(const StreamPrintAdapter&);
|
||||
|
||||
std::ostream& _os;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user