]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrc.C
- Link against qt-mt333.lib which is what the current qt3 cvs produces
[lyx.git] / src / lyxrc.C
index a0b794349cd2a58ec1c0c2728759e0e1528ee21c..db2c8c12f8fff7eff2386e3f5acb9af55a499346 100644 (file)
@@ -1162,7 +1162,8 @@ void LyXRC::print() const
 }
 
 
-struct SameMover {
+class SameMover {
+public:
        typedef std::pair<std::string, SpecialisedMover> Data;
 
        SameMover(Data const & comparison)