diff options
author | fluxgen <fluxgen> | 2003-08-18 11:37:15 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-18 11:37:15 (GMT) |
commit | 98013ee6f7b61b39c14a24e74751b0b6c2673375 (patch) | |
tree | 336d64829282dcce11f0a8f60d39ec786b82fcd9 /src/FbTk/ImageControl.hh | |
parent | 2ae58a7e491bcf76dd7da3cc2ecdf52765d84de5 (diff) | |
download | fluxbox-98013ee6f7b61b39c14a24e74751b0b6c2673375.zip fluxbox-98013ee6f7b61b39c14a24e74751b0b6c2673375.tar.bz2 |
minor cleaning
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r-- | src/FbTk/ImageControl.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh index 9fe0a0a..c43c5a0 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.3 2003/08/11 15:59:49 fluxgen Exp $ | 25 | // $Id: ImageControl.hh,v 1.4 2003/08/18 11:37:15 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FBTK_IMAGECONTROL_HH | 27 | #ifndef FBTK_IMAGECONTROL_HH |
28 | #define FBTK_IMAGECONTROL_HH | 28 | #define FBTK_IMAGECONTROL_HH |
@@ -119,6 +119,7 @@ private: | |||
119 | typedef std::list<Cache *> CacheList; | 119 | typedef std::list<Cache *> CacheList; |
120 | 120 | ||
121 | mutable CacheList cache; | 121 | mutable CacheList cache; |
122 | static bool s_timed_cache; | ||
122 | }; | 123 | }; |
123 | 124 | ||
124 | }; // end namespace FbTk | 125 | }; // end namespace FbTk |