]> git.lyx.org Git - lyx.git/blobdiff - src/CutAndPaste.C
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / CutAndPaste.C
index d8c65475f268ce57c21daaab1e2d4f6c713370c1..f9c2ca623b45abe6fa494f00b4f6de5eaacdce75 100644 (file)
@@ -66,7 +66,8 @@ typedef limited_stack<pair<ParagraphList, textclass_type> > CutStack;
 
 CutStack theCuts(10);
 
-struct resetOwnerAndChanges : public std::unary_function<Paragraph, void> {
+class resetOwnerAndChanges : public std::unary_function<Paragraph, void> {
+public:
        void operator()(Paragraph & p) const {
                p.cleanChanges();
                p.setInsetOwner(0);