diff options
author | fluxgen <fluxgen> | 2003-12-03 17:55:13 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-03 17:55:13 (GMT) |
commit | d6c216885db770ee3a25069a41f61369c743fd4c (patch) | |
tree | 107cd985a01a649b1150ba4901829d4a6591279e /src | |
parent | 204492401c79d46258fa1682dd41961a16175a17 (diff) | |
download | fluxbox-d6c216885db770ee3a25069a41f61369c743fd4c.zip fluxbox-d6c216885db770ee3a25069a41f61369c743fd4c.tar.bz2 |
minor fix
Diffstat (limited to 'src')
-rw-r--r-- | src/WorkspaceCmd.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WorkspaceCmd.cc b/src/WorkspaceCmd.cc index ba86626..40c1053 100644 --- a/src/WorkspaceCmd.cc +++ b/src/WorkspaceCmd.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: WorkspaceCmd.cc,v 1.7 2003/12/02 11:59:51 rathnor Exp $ | 23 | // $Id: WorkspaceCmd.cc,v 1.8 2003/12/03 17:55:13 fluxgen Exp $ |
24 | 24 | ||
25 | #include "WorkspaceCmd.hh" | 25 | #include "WorkspaceCmd.hh" |
26 | 26 | ||
@@ -31,7 +31,7 @@ | |||
31 | 31 | ||
32 | #include "FbTk/KeyUtil.hh" | 32 | #include "FbTk/KeyUtil.hh" |
33 | 33 | ||
34 | #include <math.h> | 34 | #include <cmath> |
35 | #include <algorithm> | 35 | #include <algorithm> |
36 | #include <functional> | 36 | #include <functional> |
37 | 37 | ||