Fix CID 1386094 (Unread field)

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2018-06-29 17:30:55 +02:00
parent 5fdaa479da
commit 0686cbed87

View File

@ -29,7 +29,6 @@ import javax.swing.JCheckBoxMenuItem;
* Constructs a new menulistitem which possesses a flag that can be toggled.
*/
class SVCheckboxMenuItem extends SVAbstractMenuItem {
public String value = null;
public boolean bvalue;
SVCheckboxMenuItem(int id, String name, boolean val) {