X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ffrontends%2FDialogBase.h;h=7637ab4ab44a034e1b99ba4c3d9827b48d2fd0e0;hb=fd836612cb8540458e0952026c30ade6e0bd56bb;hp=72d1a982f18568609b95286c458220b697f7e145;hpb=d4ee9c38b6aa45146f67658352623bcbc3e0ad9b;p=lyx.git diff --git a/src/frontends/DialogBase.h b/src/frontends/DialogBase.h index 72d1a982f1..7637ab4ab4 100644 --- a/src/frontends/DialogBase.h +++ b/src/frontends/DialogBase.h @@ -8,7 +8,7 @@ * LyX, The Document Processor * * Copyright 1995 Matthias Ettrich - * Copyright 1995-2000 The LyX Team. + * Copyright 1995-2001 The LyX Team. * * This file Copyright 2000 * Allan Rae @@ -26,7 +26,7 @@ satisfy that request. Thus a dialog will have to "pull" the necessary details from the core of the program. */ -class DialogBase : public SigC::Object, public boost::noncopyable +class DialogBase : public SigC::Object, boost::noncopyable { public: /**@name Constructors and Deconstructors */