mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Move comment where it belongs
This commit is contained in:
parent
34bfad7f64
commit
74be166499
@ -22,13 +22,6 @@
|
|||||||
#include <boost/signals/trackable.hpp>
|
#include <boost/signals/trackable.hpp>
|
||||||
|
|
||||||
|
|
||||||
/** 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 lyx {
|
||||||
|
|
||||||
namespace support {
|
namespace support {
|
||||||
@ -37,6 +30,13 @@ class TempFile;
|
|||||||
|
|
||||||
namespace external {
|
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 {
|
class TempName {
|
||||||
public:
|
public:
|
||||||
TempName();
|
TempName();
|
||||||
|
Loading…
Reference in New Issue
Block a user