]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/PreviewLoader.h
If the graphics loader has a copy c-tor it should have copy assignment that does...
[lyx.git] / src / graphics / PreviewLoader.h
index e2866abdd89f263a8486824bf1637472c795245a..93ea8da64b3e0b9ccd66b35aa6c362697c3cefb4 100644 (file)
@@ -1,11 +1,12 @@
 // -*- C++ -*-
 /**
  *  \file PreviewLoader.h
- *  Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
- * Full author contact details available in file CREDITS
+ * Full author contact details are available in file CREDITS
  *
  *  grfx::PreviewLoader collects latex snippets together. Then, on a
  *  startLoading() call, these are dumped to file and processed, converting
 #ifndef PREVIEWLOADER_H
 #define PREVIEWLOADER_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "LString.h"
 #include <boost/utility.hpp>
 #include <boost/scoped_ptr.hpp>