X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Flyxlayout_ptr_fwd.h;h=02ebdbcbd6aaa75650c832c4edae7df8f1ee3913;hb=ba62665f966508db5a4de6864f4aa7374c5a5356;hp=dfd66954453b6e0b255638541c1c56b024a82953;hpb=65d4b136161a96d10cec620985a159cf8953303c;p=lyx.git diff --git a/src/lyxlayout_ptr_fwd.h b/src/lyxlayout_ptr_fwd.h index dfd6695445..02ebdbcbd6 100644 --- a/src/lyxlayout_ptr_fwd.h +++ b/src/lyxlayout_ptr_fwd.h @@ -1,26 +1,28 @@ // -*- C++ -*- -/* This file is part of - * ====================================================== +/** + * \file lyxlayout_ptr_fwd.h + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. * - * LyX, The Document Processor + * \author Lars Gullik Bjønnes * - * Copyright 1995 Matthias Ettrich - * Copyright 1995-2001 The LyX Team. - * - * ====================================================== */ + * Full author contact details are available in file CREDITS. + */ #ifndef LYXLAYOUT_PTR_FWD_H #define LYXLAYOUT_PTR_FWD_H -#ifdef __GNUG__ -#pragma interface -#endif - #include + +namespace lyx { + class LyXLayout; /// Global typedef typedef boost::shared_ptr LyXLayout_ptr; + +} // namespace lyx + #endif