Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
36b399b0
Commit
36b399b0
authored
Apr 13, 2010
by
Sebastian Eichelbaum
Browse files
[DOC] - spelling corrected
parent
e7b811b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/common/WColor.h
src/common/WColor.h
+2
-2
No files found.
src/common/WColor.h
View file @
36b399b0
...
...
@@ -135,12 +135,12 @@ private:
};
/**
* Write a color in string represen
s
ation to the given output stream.
* Write a color in string represen
t
ation to the given output stream.
*/
std
::
ostream
&
operator
<<
(
std
::
ostream
&
out
,
const
WColor
&
c
);
/**
* Write a color in string represen
s
ation to the given input stream.
* Write a color in string represen
t
ation to the given input stream.
*/
std
::
istream
&
operator
>>
(
std
::
istream
&
in
,
WColor
&
c
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment