]> git.lyx.org Git - lyx.git/blobdiff - src/DepTable.C
ws changes and some cruft removal, slight cleanup
[lyx.git] / src / DepTable.C
index 6a358dec460d62e4ca9926499fd7a44ae6a4eede..1f409c9bb0934f7082ac507c4082d79d88a9794c 100644 (file)
@@ -152,7 +152,7 @@ bool DepTable::extchanged(string const & ext) const
 }
 
 
-bool DepTable::ext_exist(const string& ext) const
+bool DepTable::ext_exist(string const & ext) const
 {
        DepList::const_iterator cit = deplist.begin();
        DepList::const_iterator end = deplist.end();