X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2Fxforms%2FFormRef.h;h=9f85c6a734cebd2bf6d16474dd8b502ce0d7b464;hb=3e39bef2c13125023f3b72532d90575bbe307335;hp=0b71e28ef4641edbcfbd9f6b8ea41ef39d4dfe72;hpb=833bd378438db00036983641d6a1ee26437a5300;p=lyx.git diff --git a/src/frontends/xforms/FormRef.h b/src/frontends/xforms/FormRef.h index 0b71e28ef4..9f85c6a734 100644 --- a/src/frontends/xforms/FormRef.h +++ b/src/frontends/xforms/FormRef.h @@ -1,14 +1,10 @@ -/* This file is part of - * ====================================================== +// -*- C++ -*- +/** + * \file xforms/FormRef.h + * Copyright 2000-2001 the LyX Team + * Read the file COPYING * - * LyX, The Document Processor - * - * Copyright 2000-2001 The LyX Team. - * - * ====================================================== - * - * \file FormRef.h - * \author Angus Leeming, a.leeming@.ac.uk + * \author Angus Leeming, a.leeming@ic.ac.uk */ #ifndef FORMREF_H @@ -48,7 +44,7 @@ private: /// bool at_ref_; - /// + /// std::vector refs_; };