aboutsummaryrefslogtreecommitdiff
path: root/gui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/browser.h')
-rw-r--r--gui/browser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/browser.h b/gui/browser.h
index 10663f547e..557563e0fa 100644
--- a/gui/browser.h
+++ b/gui/browser.h
@@ -29,7 +29,7 @@
namespace GUI {
class ListWidget;
-class StaticTextWidget;
+class EditTextWidget;
class CheckboxWidget;
class CommandSender;
@@ -54,7 +54,7 @@ protected:
const void *_chooseRef;
#else
ListWidget *_fileList;
- StaticTextWidget *_currentPath;
+ EditTextWidget *_currentPath;
Common::FSNode _node;
Common::FSList _nodeContent;
bool _showHidden;