Skip to content

Commit

Permalink
Tests: fixed compile bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fundamental committed Nov 24, 2012
1 parent e2d5f75 commit 53414da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/virtual-methods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ class D : public virtual C
int RT main()
{
D d;
A *a = &D;
A *a = &d;
a->method();
}

0 comments on commit 53414da

Please sign in to comment.