]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsLoader.cpp
GuiTabular.cpp: don't hardcode decimal align combobox item
[lyx.git] / src / graphics / GraphicsLoader.cpp
index 82c5b1afda35f702e3c6eb5e1cc7a0a3ebe354f7..36f2839446bbd12f5e0e4cc4b9cf9860f217e438 100644 (file)
@@ -96,7 +96,7 @@ void LoaderQueue::loadNext()
                if (ptr->status() == WaitingToLoad)
                        ptr->startLoading();
        }
-       if (cache_queue_.size()) {
+       if (!cache_queue_.empty()) {
                startLoader();
        } else {
                stopLoader();