aboutsummaryrefslogtreecommitdiff
path: root/src/Remember.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-10 22:47:55 (GMT)
committerfluxgen <fluxgen>2003-05-10 22:47:55 (GMT)
commit8142aae84e5577c7dbbd908e4477c0d9b61f27ae (patch)
treeb3dc22981459e5a0e7c74627906e32cea5204bf6 /src/Remember.hh
parent161be32b3a281eef35544cec40dc185dfadfb2d5 (diff)
downloadfluxbox-8142aae84e5577c7dbbd908e4477c0d9b61f27ae.zip
fluxbox-8142aae84e5577c7dbbd908e4477c0d9b61f27ae.tar.bz2
minor cleaning
Diffstat (limited to 'src/Remember.hh')
-rw-r--r--src/Remember.hh5
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:
171private: 172private:
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};