summaryrefslogtreecommitdiffstats
path: root/libjava/javax/sound/sampled/BooleanControl.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/javax/sound/sampled/BooleanControl.h')
-rw-r--r--libjava/javax/sound/sampled/BooleanControl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/javax/sound/sampled/BooleanControl.h b/libjava/javax/sound/sampled/BooleanControl.h
index efb3ab4715d..eca5d354885 100644
--- a/libjava/javax/sound/sampled/BooleanControl.h
+++ b/libjava/javax/sound/sampled/BooleanControl.h
@@ -34,8 +34,7 @@ public:
virtual void setValue(jboolean);
virtual ::java::lang::String * toString();
private:
- ::javax::sound::sampled::BooleanControl$Type * __attribute__((aligned(__alignof__( ::javax::sound::sampled::Control)))) type;
- jboolean value;
+ jboolean __attribute__((aligned(__alignof__( ::javax::sound::sampled::Control)))) value;
::java::lang::String * trueLabel;
::java::lang::String * falseLabel;
public:
OpenPOWER on IntegriCloud