]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/yaffut.hh
Run fixcc + astyle2.02.1
[lilypond.git] / flower / include / yaffut.hh
index aa54fa66168363eec4fe87484103c1001297f2d6..8b10d23aa5a8dcde1fc5153d0787f7975a186946 100644 (file)
@@ -277,7 +277,7 @@ struct Test: public ITest, public virtual Suite
   static Registrator<Suite, Case> s_Registrator;
   Test (): Suite ()
   {
-    Registrator<Suite, Case>r = &s_Registrator;
+    Registrator<Suite, Case> *r = &s_Registrator;
     (void)r;
   }
   template <typename E, typename T>
@@ -301,7 +301,7 @@ struct Test<Case, void>: public ITest
   static Registrator<Case, void> s_Registrator;
   Test ()
   {
-    Registrator<Case, void>r = &s_Registrator;
+    Registrator<Case, void> *r = &s_Registrator;
     (void)r;
   }
   template <typename E, typename T>