Commit 4f3aeae1 by Mark Mitchell

Fix typo

From-SVN: r35491
parent 452a394b
......@@ -9,7 +9,6 @@ struct B : public A {
int x;
};
void B::f(int& t)
{
void B::f(int& t) { // ERROR - undeclared method
x = t;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment