]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFootlike.h
Handle \protect'ion of label in listings
[lyx.git] / src / insets / InsetFootlike.h
index f16f355a963b09d44adee31689717c95065892c3..f4bcbdef19445eef05d42ee074a8dbb211cc4410 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef INSETFOOTLIKE_H
 #define INSETFOOTLIKE_H
 
-#include "InsetCollapsable.h"
+#include "InsetCollapsible.h"
 
 
 namespace lyx {
@@ -20,7 +20,7 @@ namespace lyx {
 // To have this class is probably a bit overkill... (Lgb)
 
 // The footnote inset
-class InsetFootlike : public InsetCollapsable {
+class InsetFootlike : public InsetCollapsible {
 public:
        ///
        InsetFootlike(Buffer *);