java_throws testcase warning fix

This commit is contained in:
William S Fulton 2018-01-12 23:10:02 +00:00
commit af8d176c40

View file

@ -142,6 +142,7 @@ JAVAEXCEPTION(imethod)
%inline %{
struct InterfaceTest {
virtual void imethod(bool raise) = 0;
virtual ~InterfaceTest() {}
};
struct InterfaceTestImpl : InterfaceTest {