]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsCacheItem.C
remove more forms.h cruft
[lyx.git] / src / graphics / GraphicsCacheItem.C
index c3929c526ad544859740147c077eeda3fdf710d8..8a066ff5ff58ebda8c8163b5deb5393747b2e97a 100644 (file)
@@ -1,10 +1,9 @@
-// -*- C++ -*-
 /* This file is part of
  * =================================================
  * 
  *          LyX, The Document Processor
  *          Copyright 1995 Matthias Ettrich.
- *          Copyright 1995-2000 The LyX Team.
+ *          Copyright 1995-2001 The LyX Team.
  *
  *          This file Copyright 2000 Baruch Even
  * ================================================= */
@@ -73,11 +72,12 @@ GraphicsCacheItem::imageConverted(int retval)
 
 
 namespace {
+
 string const findTargetFormat(string const & from)
 {
        typedef ImageLoader::FormatList FormatList;
        FormatList formats = ImageLoaderXPM().loadableFormats();
-       Assert(formats.size() > 0); // There must be a format to load from.
+       lyx::Assert(formats.size() > 0); // There must be a format to load from.
        
        FormatList::const_iterator iter = formats.begin();
        FormatList::const_iterator end  = formats.end();