summaryrefslogtreecommitdiff
path: root/src/gui/chargedialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/chargedialog.h')
-rw-r--r--src/gui/chargedialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/chargedialog.h b/src/gui/chargedialog.h
index 22dc5d23..d1726500 100644
--- a/src/gui/chargedialog.h
+++ b/src/gui/chargedialog.h
@@ -43,7 +43,7 @@ class ChargeDialog : public Window
void logic();
private:
- ProgressBar* progBar;
+ ProgressBar* mProgBar;
};
#endif