diff options
author | mathias <mathias> | 2006-10-30 19:31:15 (GMT) |
---|---|---|
committer | mathias <mathias> | 2006-10-30 19:31:15 (GMT) |
commit | e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5 (patch) | |
tree | c84838a84802805e9b1463045e86200b7cef917f /src/MenuTheme.cc | |
parent | 426c12c25c2ef095a882619ad7424684b88465b8 (diff) | |
download | fluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.zip fluxbox-e5e76e7761f52ba7c0deca75bcecae4fbd3e2ff5.tar.bz2 |
Cosmetic patch from Slava Semushin
Diffstat (limited to 'src/MenuTheme.cc')
-rw-r--r-- | src/MenuTheme.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/MenuTheme.cc b/src/MenuTheme.cc index 2bcbf10..4d6f55c 100644 --- a/src/MenuTheme.cc +++ b/src/MenuTheme.cc | |||
@@ -1,6 +1,6 @@ | |||
1 | // MenuTheme.cc | 1 | // MenuTheme.cc |
2 | // Copyright (c) 2003 Henrik Kinnunen (fluxgen at fluxbox dot org) | 2 | // Copyright (c) 2003 Henrik Kinnunen (fluxgen at fluxbox dot org) |
3 | // | 3 | // |
4 | // Permission is hereby granted, free of charge, to any person obtaining a | 4 | // Permission is hereby granted, free of charge, to any person obtaining a |
5 | // copy of this software and associated documentation files (the "Software"), | 5 | // copy of this software and associated documentation files (the "Software"), |
6 | // to deal in the Software without restriction, including without limitation | 6 | // to deal in the Software without restriction, including without limitation |
@@ -23,13 +23,13 @@ | |||
23 | 23 | ||
24 | #include "MenuTheme.hh" | 24 | #include "MenuTheme.hh" |
25 | #include "StringUtil.hh" | 25 | #include "StringUtil.hh" |
26 | #include <iostream> | 26 | |
27 | using namespace std; | 27 | using std::string; |
28 | 28 | ||
29 | namespace FbTk { | 29 | namespace FbTk { |
30 | 30 | ||
31 | template <> | 31 | template <> |
32 | void FbTk::ThemeItem<Shape::ShapePlace>::load(const std::string *name, const std::string *altname) { } | 32 | void FbTk::ThemeItem<Shape::ShapePlace>::load(const string *name, const string *altname) { } |
33 | 33 | ||
34 | template <> | 34 | template <> |
35 | void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() { | 35 | void FbTk::ThemeItem<Shape::ShapePlace>::setDefaultValue() { |