Skip to content

Commit

Permalink
Merge pull request #1 from victorh800/master
Browse files Browse the repository at this point in the history
Update Streaming.h
  • Loading branch information
peterpolidoro authored Nov 16, 2019
2 parents ad35945 + 700d0a7 commit 0b15cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Streaming.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ inline Print &operator <<(Print &obj, const _FLOAT &arg)

enum _EndLineCode { endl };

inline Print &operator <<(Print &obj, _EndLineCode arg)
inline Print &operator <<(Print &obj, _EndLineCode)
{ obj.println(); return obj; }

#endif

0 comments on commit 0b15cd4

Please sign in to comment.