]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlMinipage.h
The reference dialog now disconnects from the inset on Apply. Its behaviour
[lyx.git] / src / frontends / controllers / ControlMinipage.h
index 344f5fd53bd62516eb843ea6920ac59639a49129..04fe73176672244a3f20a0079d0308daba07f2c6 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ======================================================
  * 
@@ -32,11 +33,6 @@ struct MinipageParams {
        MinipageParams();
        ///
        MinipageParams(InsetMinipage const &);
-       ///
-       bool operator==(MinipageParams const &) const;
-       ///
-       bool operator!=(MinipageParams const &) const;
-       
        ///
        string width;
        ///
@@ -44,8 +40,11 @@ struct MinipageParams {
 };
 
 
-class InsetMinipage;
-class MinipageParams;
+///
+bool operator==(MinipageParams const &, MinipageParams const &);
+///
+bool operator!=(MinipageParams const &, MinipageParams const &);
+
 
 /** A controller for Minipage dialogs.
  */