]> git.lyx.org Git - features.git/blobdiff - src/insets/ExternalTransforms.h
Fix a number of other uninitialized members.
[features.git] / src / insets / ExternalTransforms.h
index 8e531f31d8258902a3dc0b723c9fde612ccad73b..1d819001a55fadd027eff7f79a47808a4538a282 100644 (file)
@@ -334,7 +334,7 @@ typedef boost::function<TransformCommand::ptr_type(RotationData)>
 class TransformStore
 {
 public:
-       TransformStore() {}
+       TransformStore() : id(Rotate) {}
 
        /** Stores \c factory and a reminder of what \c data this \c factory
         *  operates on.