X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finset.h;h=36f107800f1fe900d908e80f53feb01c20ac8f99;hb=b6a2a76700466b7ee712e2b733702da02c5ffd6b;hp=73c8a4380f72e2e04ed22de600b48d3844caf9c9;hpb=bc927467816c61c4bc82dfa1d23f707c7b520940;p=lyx.git diff --git a/src/insets/inset.h b/src/insets/inset.h index 73c8a4380f..36f107800f 100644 --- a/src/insets/inset.h +++ b/src/insets/inset.h @@ -1,6 +1,6 @@ // -*- C++ -*- /** - * \file inset.h + * \file Inset.h * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * @@ -15,7 +15,7 @@ #ifndef INSETOLD_H #define INSETOLD_H -#include "insetbase.h" +#include "InsetBase.h" namespace lyx { @@ -53,7 +53,7 @@ private: /** \c InsetBase_code is a wrapper for InsetBase::Code. * It can be forward-declared and passed as a function argument without - * having to expose inset.h. + * having to expose Inset.h. */ class InsetBase_code { InsetBase::Code val_;