]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormMathsBitmap.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FormMathsBitmap.h
index fcb90cdebbf2cd42accf763b695b1f89ffe5c34c..e6ff7ace90f66522d88a2cfea07a83a18fd8dea3 100644 (file)
@@ -1,12 +1,14 @@
 // -*- C++ -*-
 /**
  * \file FormMathsBitmap.h
- * Copyright 2001 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Alejandro Aguilar Sierra
- * \author John Levon, moz@compsoc.man.ac.uk
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author John Levon
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef FORM_MATHSBITMAP_H
@@ -15,8 +17,9 @@
 #include "LString.h"
 #include "FormMathsPanel.h"
 
+#include <boost/shared_ptr.hpp>
+
 #include <vector>
-#include "support/smart_ptr.h"
 
 #ifdef __GNUG__
 #pragma interface
@@ -31,12 +34,12 @@ class FormMathsBitmap : public FormMathsSub {
 
 public:
        ///
-       typedef lyx::shared_c_ptr<FL_OBJECT> bm_ptr;
+       typedef boost::shared_ptr<FL_OBJECT> bm_ptr;
        ///
-       typedef lyx::shared_c_ptr<FL_FORM> fl_ptr;
+       typedef boost::shared_ptr<FL_FORM> fl_ptr;
 
        ///
-       FormMathsBitmap(LyXView *, Dialogs * d, FormMathsPanel const &,
+       FormMathsBitmap(LyXView &, Dialogs & d, FormMathsPanel const &,
                        string const &, std::vector<string> const &);
        ///
        ~FormMathsBitmap();