diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-03-13 14:27:27 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2010-03-13 14:27:27 +0000 |
commit | e1ab4b422f814dc7fcf7065f3809223f00175dad (patch) | |
tree | e89df5029fed386c8a0115cb92452616d6d686ba /libjava/gnu/java/nio/charset/ByteCharset$2.h | |
parent | e962c1b0f424781a95684d0ca4e0dbab3a39b8b8 (diff) | |
download | gcc-e1ab4b422f814dc7fcf7065f3809223f00175dad.tar.gz |
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/gnu/java/nio/charset/ByteCharset$2.h')
-rw-r--r-- | libjava/gnu/java/nio/charset/ByteCharset$2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/gnu/java/nio/charset/ByteCharset$2.h b/libjava/gnu/java/nio/charset/ByteCharset$2.h index 924e44c5ca5..4a1db52497c 100644 --- a/libjava/gnu/java/nio/charset/ByteCharset$2.h +++ b/libjava/gnu/java/nio/charset/ByteCharset$2.h @@ -31,8 +31,8 @@ class gnu::java::nio::charset::ByteCharset$2 : public ::gnu::java::nio::charset: public: // actually package-private ByteCharset$2(::gnu::java::nio::charset::ByteCharset$Encoder *); public: // actually protected - jboolean isMappable(jchar); - jbyte mapToByte(jchar); + virtual jboolean isMappable(jchar); + virtual jbyte mapToByte(jchar); public: // actually package-private ::gnu::java::nio::charset::ByteCharset$Encoder * __attribute__((aligned(__alignof__( ::gnu::java::nio::charset::ByteEncodeLoopHelper)))) this$1; public: |