summaryrefslogtreecommitdiff
path: root/src/FbTk/LayerItem.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-12-16 17:06:52 (GMT)
committerfluxgen <fluxgen>2003-12-16 17:06:52 (GMT)
commit72b878f78c0df0a54cf8e9f04bb2e22dd6715658 (patch)
tree2bd5252fe426875a8bb7ba77b61eeff695ee3c62 /src/FbTk/LayerItem.hh
parenta1930dbf6ae447e92a8dc063ab5d36057ae1babc (diff)
downloadfluxbox_lack-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.zip
fluxbox_lack-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.tar.bz2
fixed some icc warnings
Diffstat (limited to 'src/FbTk/LayerItem.hh')
-rw-r--r--src/FbTk/LayerItem.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/LayerItem.hh b/src/FbTk/LayerItem.hh
index 372cdea..09dda0d 100644
--- a/src/FbTk/LayerItem.hh
+++ b/src/FbTk/LayerItem.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: LayerItem.hh,v 1.1 2003/01/16 12:41:27 rathnor Exp $ 23// $Id: LayerItem.hh,v 1.2 2003/12/16 17:06:51 fluxgen Exp $
24 24
25#ifndef FBTK_LAYERITEM_HH 25#ifndef FBTK_LAYERITEM_HH
26#define FBTK_LAYERITEM_HH 26#define FBTK_LAYERITEM_HH
@@ -38,6 +38,6 @@ public:
38 virtual void stepDown() = 0; 38 virtual void stepDown() = 0;
39}; 39};
40 40
41}; // end namespace FbTk 41} // end namespace FbTk
42 42
43#endif // FBTK_LAYERITEM_HH 43#endif // FBTK_LAYERITEM_HH