diff options
author | fluxgen <fluxgen> | 2004-01-11 12:40:47 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2004-01-11 12:40:47 (GMT) |
commit | 135579a9bfa6a23a1fd8217ae15ea4d4937fbf59 (patch) | |
tree | acb196e124866c90f30a4f49f79c6e5cae6832c2 /src/FbTk/ImageControl.hh | |
parent | d5b04d1fa00c3e4edd951bbbf1bfddac8c33a066 (diff) | |
download | fluxbox_pavel-135579a9bfa6a23a1fd8217ae15ea4d4937fbf59.zip fluxbox_pavel-135579a9bfa6a23a1fd8217ae15ea4d4937fbf59.tar.bz2 |
back to std list until we get std set working again
Diffstat (limited to 'src/FbTk/ImageControl.hh')
-rw-r--r-- | src/FbTk/ImageControl.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/ImageControl.hh b/src/FbTk/ImageControl.hh index 087cd69..5a6a3a7 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.8 2004/01/02 22:19:39 fluxgen Exp $ | 25 | // $Id: ImageControl.hh,v 1.9 2004/01/11 12:40:47 fluxgen Exp $ |
26 | 26 | ||
27 | #ifndef FBTK_IMAGECONTROL_HH | 27 | #ifndef FBTK_IMAGECONTROL_HH |
28 | #define FBTK_IMAGECONTROL_HH | 28 | #define FBTK_IMAGECONTROL_HH |
@@ -127,7 +127,7 @@ private: | |||
127 | 127 | ||
128 | 128 | ||
129 | unsigned long cache_max; | 129 | unsigned long cache_max; |
130 | typedef std::set<Cache *, ltCacheEntry> CacheList; | 130 | typedef std::list<Cache *> CacheList; |
131 | 131 | ||
132 | mutable CacheList cache; | 132 | mutable CacheList cache; |
133 | static bool s_timed_cache; | 133 | static bool s_timed_cache; |