mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix for gcc
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@686 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
34a4e00031
commit
e210238932
1 changed files with 2 additions and 0 deletions
|
|
@ -491,6 +491,8 @@ namespace
|
|||
{
|
||||
struct A
|
||||
{
|
||||
virtual ~A()
|
||||
{}
|
||||
virtual void f() = 0;
|
||||
};
|
||||
struct B : A
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue