Skip to content
Snippets Groups Projects
Commit 7fe93241 authored by Daniel Friesel's avatar Daniel Friesel
Browse files

outputstream: 'this->' is not needed here

parent a14d5192
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ OutputStream & OutputStream::operator<<(double number)
OutputStream & OutputStream::operator<<(float number)
{
this->printf_float(number);
printf_float(number);
return *this;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment