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