]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.h
When cancelling saving of a children, cancel the whole process.
[lyx.git] / src / mathed / InsetMathRef.h
index 0ee76ac5b76a587c0db6b346fefc2c96102f01ee..d1046d9aba8b1d1ba3545c73a47019c8d3e7dee8 100644 (file)
 #define REF_INSET_H
 
 
-#include "CommandInset.h"
+#include "InsetMathCommand.h"
 
 
 namespace lyx {
 class Buffer;
 
 // for \ref
-class InsetMathRef : public CommandInset {
+class InsetMathRef : public InsetMathCommand {
 public:
        ///
        InsetMathRef(Buffer * buf);
@@ -50,7 +50,7 @@ public:
        /// docbook output
        int docbook(odocstream & os, OutputParams const &) const;
        /// generate something that will be understood by the Dialogs.
-       std::string const createDialogStr(std::string const & name) const;
+       std::string const createDialogStr() const;
 
        struct ref_type_info {
                ///