diff options
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index 3a2aac4..33ed08d 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -297,7 +297,7 @@ Application * Remember::add(WinClient &winclient) { | |||
297 | return app; | 297 | return app; |
298 | } | 298 | } |
299 | 299 | ||
300 | int Remember::parseApp(ifstream &file, Application &app, string *first_line) { | 300 | int Remember::parseApp(std::ifstream &file, Application &app, std::string *first_line) { |
301 | string line; | 301 | string line; |
302 | _FB_USES_NLS; | 302 | _FB_USES_NLS; |
303 | int row = 0; | 303 | int row = 0; |