diff options
Diffstat (limited to 'src/Remember.hh')
-rw-r--r-- | src/Remember.hh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Remember.hh b/src/Remember.hh index 59d6d22..6e2c3b3 100644 --- a/src/Remember.hh +++ b/src/Remember.hh | |||
@@ -1,6 +1,7 @@ | |||
1 | // Remember.hh for Fluxbox Window Manager | 1 | // Remember.hh for Fluxbox Window Manager |
2 | // Copyright (c) 2002 Xavier Brouckaert | 2 | // Copyright (c) 2002 Xavier Brouckaert |
3 | // Copyright (c) 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) | 3 | // Copyright (c) 2003 Henrik Kinnunen (fluxgen at users.sourceforge.net) |
4 | // and Simon Bowden (rathnor at users.sourceforge.net) | ||
4 | // | 5 | // |
5 | // Permission is hereby granted, free of charge, to any person obtaining a | 6 | // Permission is hereby granted, free of charge, to any person obtaining a |
6 | // copy of this software and associated documentation files (the "Software"), | 7 | // copy of this software and associated documentation files (the "Software"), |
@@ -20,7 +21,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 21 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 22 | // DEALINGS IN THE SOFTWARE. |
22 | 23 | ||
23 | // $Id: Remember.hh,v 1.4 2003/04/26 13:47:53 rathnor Exp $ | 24 | // $Id: Remember.hh,v 1.5 2003/05/10 22:47:15 fluxgen Exp $ |
24 | 25 | ||
25 | /* Based on the original "Remember patch" by Xavier Brouckaert */ | 26 | /* Based on the original "Remember patch" by Xavier Brouckaert */ |
26 | 27 | ||
@@ -171,7 +172,7 @@ public: | |||
171 | private: | 172 | private: |
172 | 173 | ||
173 | // returns number of lines read | 174 | // returns number of lines read |
174 | int parseApp(std::ifstream &file, Application *a); | 175 | int parseApp(std::ifstream &file, Application &app); |
175 | Apps apps; | 176 | Apps apps; |
176 | 177 | ||
177 | }; | 178 | }; |