From 74be1664998ef5a947fec41846677e5ca1c06744 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 11 Oct 2015 10:27:16 +0200 Subject: [PATCH] Move comment where it belongs --- src/insets/InsetExternal.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/insets/InsetExternal.h b/src/insets/InsetExternal.h index e1fe9447b9..3cb295b566 100644 --- a/src/insets/InsetExternal.h +++ b/src/insets/InsetExternal.h @@ -22,13 +22,6 @@ #include -/** No two InsetExternalParams variables can have the same temporary file. - * This class has copy-semantics but the copy constructor - * and assignment operator simply call the default constructor. - * Use of this class enables us to use the compiler-generated - * copy constructor and assignment operator for the - * InsetExternalParams class. - */ namespace lyx { namespace support { @@ -37,6 +30,13 @@ class TempFile; namespace external { +/** No two InsetExternalParams variables can have the same temporary file. + * This class has copy-semantics but the copy constructor + * and assignment operator simply call the default constructor. + * Use of this class enables us to use the compiler-generated + * copy constructor and assignment operator for the + * InsetExternalParams class. + */ class TempName { public: TempName(); -- 2.39.2