X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fgraphics%2FLoaderQueue.C;h=c21726d5562ff1a80958c06e8abf5ea40442ace8;hb=33243f70037b067f90d1574b74b34f90a2ef2aa1;hp=1647e472c60ecdb75b5e9b61b1f83ea23b7ba7e2;hpb=9101fa688ce5d11c475b4e9062664cc9fb0a8f1a;p=lyx.git diff --git a/src/graphics/LoaderQueue.C b/src/graphics/LoaderQueue.C index 1647e472c6..c21726d556 100644 --- a/src/graphics/LoaderQueue.C +++ b/src/graphics/LoaderQueue.C @@ -5,12 +5,13 @@ * * \author Alfredo Braunstein * - * Full author contact details are available in file CREDITS + * Full author contact details are available in file CREDITS. */ #include #include "LoaderQueue.h" +#include "GraphicsCacheItem.h" #include "debug.h" @@ -19,8 +20,8 @@ using std::endl; using std::list; - -namespace grfx { +namespace lyx { +namespace graphics { int LoaderQueue::s_numimages_ = 5; int LoaderQueue::s_millisecs_ = 500; @@ -113,4 +114,5 @@ void LoaderQueue::touch(Cache::ItemPtr const & item) } -} // namespace grfx +} // namespace graphics +} // namespace lyx