]> 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 8011f9452cafed71cc3afe435891d573f5b18541..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);