From e1ab4b422f814dc7fcf7065f3809223f00175dad Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sat, 13 Mar 2010 14:27:27 +0000 Subject: re PR libgcj/42676 (javah doesn't generate the header files as checked in in the archive) 2010-03-13 Matthias Klose PR libgcj/42676 * Regenerate .h files for anonymous inner classes. From-SVN: r157422 --- libjava/javax/swing/text/EmptyAttributeSet$1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/javax/swing/text/EmptyAttributeSet$1.h') diff --git a/libjava/javax/swing/text/EmptyAttributeSet$1.h b/libjava/javax/swing/text/EmptyAttributeSet$1.h index c4a2173..4d63472 100644 --- a/libjava/javax/swing/text/EmptyAttributeSet$1.h +++ b/libjava/javax/swing/text/EmptyAttributeSet$1.h @@ -28,8 +28,8 @@ class javax::swing::text::EmptyAttributeSet$1 : public ::java::lang::Object public: // actually package-private EmptyAttributeSet$1(::javax::swing::text::EmptyAttributeSet *); public: - jboolean hasMoreElements(); - ::java::lang::Object * nextElement(); + virtual jboolean hasMoreElements(); + virtual ::java::lang::Object * nextElement(); public: // actually package-private ::javax::swing::text::EmptyAttributeSet * __attribute__((aligned(__alignof__( ::java::lang::Object)))) this$0; public: -- cgit v1.1