]> git.lyx.org Git - features.git/blobdiff - src/frontends/controllers/ControlInclude.h
Remove const qualifier from bool return type.
[features.git] / src / frontends / controllers / ControlInclude.h
index 566f35f4cdbe8f4fb43471de7fb78aa3ba1ee531..1fbac04c2c26ceffb80cb60ad0a03e63042e77d4 100644 (file)
@@ -44,7 +44,7 @@ public:
        void load(string const & file); 
 
        /// test if file exist
-       bool const fileExists(string const & file); 
+       bool fileExists(string const & file); 
 
 private:
        /// Dispatch the changed parameters to the kernel.