aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ImageControl.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/ImageControl.hh
parenta1930dbf6ae447e92a8dc063ab5d36057ae1babc (diff)
downloadfluxbox-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.zip
fluxbox-72b878f78c0df0a54cf8e9f04bb2e22dd6715658.tar.bz2
fixed some icc warnings
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r--src/FbTk/ImageControl.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh
index 29c43d6..2354fe0 100644
--- a/src/FbTk/ImageControl.hh
+++ b/src/FbTk/ImageControl.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: ImageControl.hh,v 1.5 2003/10/09 16:48:09 rathnor Exp $ 25// $Id: ImageControl.hh,v 1.6 2003/12/16 17:06:51 fluxgen Exp $
26 26
27#ifndef FBTK_IMAGECONTROL_HH 27#ifndef FBTK_IMAGECONTROL_HH
28#define FBTK_IMAGECONTROL_HH 28#define FBTK_IMAGECONTROL_HH
@@ -139,7 +139,7 @@ private:
139 static bool s_timed_cache; 139 static bool s_timed_cache;
140}; 140};
141 141
142}; // end namespace FbTk 142} // end namespace FbTk
143 143
144#endif // FBTK_IMAGECONTROL_HH 144#endif // FBTK_IMAGECONTROL_HH
145 145