]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.C
ws changes only
[lyx.git] / src / CutAndPaste.C
index fe04a7e3e11fa8499da2e1cf0e9bc10044e64ea8..776600b22b2fff61cf302019fca5587c75e52010 100644 (file)
@@ -37,6 +37,7 @@ using std::for_each;
 using std::make_pair;
 using std::pair;
 using std::vector;
+using std::string;
 
 
 typedef limited_stack<pair<ParagraphList, textclass_type> > CutStack;
@@ -48,7 +49,7 @@ CutStack cuts(10);
 } // namespace anon
 
 
-std::vector<string>
+std::vector<string> const
 CutAndPaste::availableSelections(Buffer const & buffer)
 {
        vector<string> selList;