aboutsummaryrefslogtreecommitdiff
path: root/libjava/javax/swing/text/html/HTMLDocument$1.h
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-03-13 14:27:27 +0000
committerMatthias Klose <doko@gcc.gnu.org>2010-03-13 14:27:27 +0000
commite1ab4b422f814dc7fcf7065f3809223f00175dad (patch)
treee89df5029fed386c8a0115cb92452616d6d686ba /libjava/javax/swing/text/html/HTMLDocument$1.h
parente962c1b0f424781a95684d0ca4e0dbab3a39b8b8 (diff)
downloadgcc-e1ab4b422f814dc7fcf7065f3809223f00175dad.zip
gcc-e1ab4b422f814dc7fcf7065f3809223f00175dad.tar.gz
gcc-e1ab4b422f814dc7fcf7065f3809223f00175dad.tar.bz2
re PR libgcj/42676 (javah doesn't generate the header files as checked in in the archive)
2010-03-13 Matthias Klose <doko@ubuntu.com> PR libgcj/42676 * Regenerate .h files for anonymous inner classes. From-SVN: r157422
Diffstat (limited to 'libjava/javax/swing/text/html/HTMLDocument$1.h')
-rw-r--r--libjava/javax/swing/text/html/HTMLDocument$1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/javax/swing/text/html/HTMLDocument$1.h b/libjava/javax/swing/text/html/HTMLDocument$1.h
index ff1f7b0..1c65c10 100644
--- a/libjava/javax/swing/text/html/HTMLDocument$1.h
+++ b/libjava/javax/swing/text/html/HTMLDocument$1.h
@@ -33,8 +33,8 @@ class javax::swing::text::html::HTMLDocument$1 : public ::javax::swing::text::ht
public: // actually package-private
HTMLDocument$1(::javax::swing::text::html::HTMLDocument *, jint, jint, jint, ::javax::swing::text::html::HTML$Tag *);
public:
- void handleStartTag(::javax::swing::text::html::HTML$Tag *, ::javax::swing::text::MutableAttributeSet *, jint);
- void handleEndTag(::javax::swing::text::html::HTML$Tag *, jint);
+ virtual void handleStartTag(::javax::swing::text::html::HTML$Tag *, ::javax::swing::text::MutableAttributeSet *, jint);
+ virtual void handleEndTag(::javax::swing::text::html::HTML$Tag *, jint);
public: // actually package-private
::javax::swing::text::html::HTMLDocument * __attribute__((aligned(__alignof__( ::javax::swing::text::html::HTMLDocument$HTMLReader)))) this$0;
public: