summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/graphical/IniFile.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/graphical/IniFile.java')
-rw-r--r--qadevOOo/runner/graphical/IniFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qadevOOo/runner/graphical/IniFile.java b/qadevOOo/runner/graphical/IniFile.java
index 9640e6076a73..30b38c3b15e8 100644
--- a/qadevOOo/runner/graphical/IniFile.java
+++ b/qadevOOo/runner/graphical/IniFile.java
@@ -35,7 +35,7 @@ public class IniFile implements Enumeration<String>
*/
private String m_sFilename;
private ArrayList<String> m_aList;
- boolean m_bListContainUnsavedChanges = false;
+ private boolean m_bListContainUnsavedChanges = false;
private int m_aEnumerationPos = 0;
/**