]> git.llucax.com Git - z.facultad/75.68/celdas.git/blobdiff - trunk/src/sistemaautonomo.cpp
Mejora Makefile
[z.facultad/75.68/celdas.git] / trunk / src / sistemaautonomo.cpp
index 48e458c128ebd2952989e78b45aaa4b0810f39e5..0efe70abb023fec851d8d44d14af3a3a84460d4f 100644 (file)
@@ -49,7 +49,7 @@ CTeoria* CSistemaAutonomo::get_next_theory()
        }
        else
        {
        }
        else
        {
-               return curr_theory++;
+               return &*(curr_theory++);
        }
 }
 
        }
 }