]> git.lyx.org Git - lyx.git/blobdiff - src/ParagraphParameters.cpp
SCons: msvc does not need this /TP option any more after we rename .C => .cpp. Also...
[lyx.git] / src / ParagraphParameters.cpp
index 1c9bf612798aaf194d81285b95c1d9cbcb0ceef4..12a17830856367d92e0832b5de757c9f8e2405bd 100644 (file)
@@ -260,7 +260,10 @@ void ParagraphParameters::apply(
 }
 
 
-bool canApply(ParagraphParameters const & params, Layout const & layout)
+//FIXME This needs to be made a real method, so that getStatus()
+//can return sensible information.
+bool ParagraphParameters::canApply(
+       ParagraphParameters const & /*params*/, Layout const & /*layout*/)
 {
        return true;
 }