aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Remember.cc')
-rw-r--r--src/Remember.cc2
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
300int Remember::parseApp(ifstream &file, Application &app, string *first_line) { 300int 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;