]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsImage.h
The free_spacing patch and fix to the mess that Rob discovered.
[lyx.git] / src / graphics / GraphicsImage.h
index cd13bfa57a5f55424be0278740864f995e6075af..2eff2c89b132408f68d829e99c5304ec39224300 100644 (file)
@@ -1,12 +1,13 @@
 // -*- C++ -*-
 /**
  *  \file GraphicsImage.h
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- *  \author Baruch Even 
- *  \author Angus Leeming 
+ *  \author Baruch Even
+ *  \author Angus Leeming
  *
- * Full author contact details available in file CREDITS
+ * Full author contact details are available in file CREDITS
  *
  *  An abstract base class for the images themselves.
  *  Allows the user to retrieve the pixmap, once loaded and to issue commands
 #include <vector>
 #include <utility>
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 namespace grfx {
 
 class Params;