]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.h
reformatting and remove using delc
[lyx.git] / src / insets / ExternalTemplate.h
index c02cd865a1e5b78b00399a145b0eb862711fe812..505365d2244790a963b5af6fbab598da040d6f0e 100644 (file)
@@ -72,7 +72,7 @@ struct ExternalTemplate {
 /**
    A singleton class that manages the external inset templates
 */
-class ExternalTemplateManager : public noncopyable {
+class ExternalTemplateManager : public boost::noncopyable {
 public:
        /// Map from the LyX name of the template to the template structure
        typedef std::map<string, ExternalTemplate> Templates;