]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlInclude.C
Remove const qualifier from bool return type.
[features.git] / src / frontends / controllers / ControlInclude.C
index ea92ebed1c93c1ba8c33eb77921b41ad42b79b47..cd326cba9e2400cb9e00af3ffc7d9c212dfff3cc 100644 (file)
@@ -83,7 +83,7 @@ void ControlInclude::load(string const & file)
 }
 
 
-bool const ControlInclude::fileExists(string const & file)
+bool ControlInclude::fileExists(string const & file)
 {
     string const fileWithAbsPath = MakeAbsPath(file, OnlyPath(params().masterFilename_)); 
     if (IsFileReadable(fileWithAbsPath))