diff options
author | fluxgen <fluxgen> | 2003-12-16 17:06:52 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-12-16 17:06:52 (GMT) |
commit | 72b878f78c0df0a54cf8e9f04bb2e22dd6715658 (patch) | |
tree | 2bd5252fe426875a8bb7ba77b61eeff695ee3c62 /src/FbTk/Layer.hh | |
parent | a1930dbf6ae447e92a8dc063ab5d36057ae1babc (diff) | |
download | fluxbox-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.zip fluxbox-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.tar.bz2 |
fixed some icc warnings
Diffstat (limited to 'src/FbTk/Layer.hh')
-rw-r--r-- | src/FbTk/Layer.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/Layer.hh b/src/FbTk/Layer.hh index f974918..a057610 100644 --- a/src/FbTk/Layer.hh +++ b/src/FbTk/Layer.hh | |||
@@ -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: Layer.hh,v 1.1 2003/01/16 12:41:27 rathnor Exp $ | 23 | // $Id: Layer.hh,v 1.2 2003/12/16 17:06:51 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef FBTK_LAYERTEMPLATE_HH | 25 | #ifndef FBTK_LAYERTEMPLATE_HH |
26 | #define FBTK_LAYERTEMPLATE_HH | 26 | #define FBTK_LAYERTEMPLATE_HH |
@@ -195,7 +195,7 @@ void Layer<ItemType, Container>::restack() { | |||
195 | } | 195 | } |
196 | 196 | ||
197 | 197 | ||
198 | }; // end namespace FbTk | 198 | } // end namespace FbTk |
199 | 199 | ||
200 | 200 | ||
201 | #endif // FBTK_LAYERTEMPLATE_HH | 201 | #endif // FBTK_LAYERTEMPLATE_HH |