]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetBox.cpp
Change the signature of forceEmptyLayout(), so that we can pass a cell index with...
[features.git] / src / insets / InsetBox.cpp
index ec99e94b59ab7c24f94bd60513a549c72482d568..3510109515217106e1115f649553ce4cdb9744d5 100644 (file)
@@ -167,7 +167,7 @@ void InsetBox::metrics(MetricsInfo & m, Dimension & dim) const
 }
 
 
-bool InsetBox::forceEmptyLayout() const
+bool InsetBox::forceEmptyLayout(idx_type) const
 {
        return !params_.inner_box;
 }