From 8c094fa08c5c727363686b2f72e6edf5b1c63bcb Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 25 Sep 2003 11:02:37 +0000 Subject: [PATCH] Forgot to remove declaration of long-gone member function. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7824 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ExternalTemplate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/insets/ExternalTemplate.h b/src/insets/ExternalTemplate.h index 538af91ab7..30b0af56d9 100644 --- a/src/insets/ExternalTemplate.h +++ b/src/insets/ExternalTemplate.h @@ -12,8 +12,8 @@ #ifndef EXTERNALTEMPLATE_H #define EXTERNALTEMPLATE_H -#include "support/std_string.h" #include +#include "support/std_string.h" #include #include #include @@ -92,7 +92,6 @@ public: /** return the preamble definition by LyX name. * If it isn't found, return an empty string. */ - ExternalTemplate const & getTemplateByName(string const & name); string const getPreambleDefByName(string const & name) const; private: ExternalTemplateManager(); -- 2.39.5