diff options
author | fluxgen <fluxgen> | 2003-08-18 09:32:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-18 09:32:15 (GMT) |
commit | 6d0866b80a45ae113ed245b83ae30987704a6c7e (patch) | |
tree | 3e30cc73e1a22d72d46e9868778e23c13c54f9e9 /src | |
parent | b25e9d0c202877a8c80404f08dff91cf5eda1009 (diff) | |
download | fluxbox_paul-6d0866b80a45ae113ed245b83ae30987704a6c7e.zip fluxbox_paul-6d0866b80a45ae113ed245b83ae30987704a6c7e.tar.bz2 |
minor fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Remember.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index 97466dc..14e65fb 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -21,7 +21,7 @@ | |||
21 | // 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 |
22 | // DEALINGS IN THE SOFTWARE. | 22 | // DEALINGS IN THE SOFTWARE. |
23 | 23 | ||
24 | // $Id: Remember.cc,v 1.28 2003/07/20 08:12:36 rathnor Exp $ | 24 | // $Id: Remember.cc,v 1.29 2003/08/18 09:32:15 fluxgen Exp $ |
25 | 25 | ||
26 | #include "Remember.hh" | 26 | #include "Remember.hh" |
27 | #include "ClientPattern.hh" | 27 | #include "ClientPattern.hh" |
@@ -139,7 +139,7 @@ FbTk::Menu *createRememberMenu(Remember &remember, FluxboxWindow &win, bool enab | |||
139 | 139 | ||
140 | // offset is the offset in the string that we start looking from | 140 | // offset is the offset in the string that we start looking from |
141 | // return true if all ok, false on error | 141 | // return true if all ok, false on error |
142 | bool handleStartupItem(string line, int offset) { | 142 | bool handleStartupItem(const string &line, int offset) { |
143 | int next = 0; | 143 | int next = 0; |
144 | string str; | 144 | string str; |
145 | int screen = 0; | 145 | int screen = 0; |