Fix warning in D test-suite
This commit is contained in:
parent
8be06d0e8c
commit
0b15740663
3 changed files with 5 additions and 5 deletions
|
|
@ -47,7 +47,7 @@ public:
|
|||
virtual int SimilarOverloadedMethod(Integer i) { return 0; }
|
||||
virtual int SimilarOverloadedMethod(unsigned short i) { return 1; }
|
||||
virtual ~Base() {}
|
||||
static Base *inout(Base *p) { return p; }
|
||||
static Base *in_out(Base *p) { return p; }
|
||||
};
|
||||
|
||||
class Derived : public Base, public AnotherSpace::AnotherBase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue