diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2011-03-23 11:03:17 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2011-03-23 11:03:17 (GMT) |
commit | 21022a195293eff969a27cbb4a0c3382587c1a84 (patch) | |
tree | 60a4c7695b6ce8d3fb0c4408ec6f106ee88feacb /src/FbTk | |
parent | 9086ccafbec2c694abcf7c56814df61b05924103 (diff) | |
download | fluxbox_pavel-21022a195293eff969a27cbb4a0c3382587c1a84.zip fluxbox_pavel-21022a195293eff969a27cbb4a0c3382587c1a84.tar.bz2 |
cosmetics
Diffstat (limited to 'src/FbTk')
-rw-r--r-- | src/FbTk/Layer.hh | 6 | ||||
-rw-r--r-- | src/FbTk/LayerItem.hh | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/FbTk/Layer.hh b/src/FbTk/Layer.hh index 6f8f184..536ce00 100644 --- a/src/FbTk/Layer.hh +++ b/src/FbTk/Layer.hh | |||
@@ -20,8 +20,8 @@ | |||
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 | #ifndef FBTK_XLAYER_HH | 23 | #ifndef FBTK_LAYER_HH |
24 | #define FBTK_XLAYER_HH | 24 | #define FBTK_LAYER_HH |
25 | 25 | ||
26 | #include <vector> | 26 | #include <vector> |
27 | #include <list> | 27 | #include <list> |
@@ -82,4 +82,4 @@ private: | |||
82 | 82 | ||
83 | } // namespace FbTk | 83 | } // namespace FbTk |
84 | 84 | ||
85 | #endif // FBTK_XLAYER_HH | 85 | #endif // FBTK_LAYER_HH |
diff --git a/src/FbTk/LayerItem.hh b/src/FbTk/LayerItem.hh index 5d1035e..a4cdd49 100644 --- a/src/FbTk/LayerItem.hh +++ b/src/FbTk/LayerItem.hh | |||
@@ -20,8 +20,8 @@ | |||
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 | #ifndef FBTK_XLAYERITEM_HH | 23 | #ifndef FBTK_LAYERITEM_HH |
24 | #define FBTK_XLAYERITEM_HH | 24 | #define FBTK_LAYERITEM_HH |
25 | 25 | ||
26 | #include "Layer.hh" | 26 | #include "Layer.hh" |
27 | #include "NotCopyable.hh" | 27 | #include "NotCopyable.hh" |
@@ -76,4 +76,4 @@ private: | |||
76 | 76 | ||
77 | } | 77 | } |
78 | 78 | ||
79 | #endif // FBTK_XLAYERITEM_HH | 79 | #endif // FBTK_LAYERITEM_HH |