X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathRef.h;h=d1046d9aba8b1d1ba3545c73a47019c8d3e7dee8;hb=a68e5b777487b495feeefa53700834ecec6ec196;hp=8011f9452cafed71cc3afe435891d573f5b18541;hpb=aafe9850429075ec9945584f6b7cdf1892cc4f5c;p=lyx.git diff --git a/src/mathed/InsetMathRef.h b/src/mathed/InsetMathRef.h index 8011f9452c..d1046d9aba 100644 --- a/src/mathed/InsetMathRef.h +++ b/src/mathed/InsetMathRef.h @@ -13,14 +13,14 @@ #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);