X-Git-Url: https://git.llucax.com/z.facultad/75.68/celdas.git/blobdiff_plain/38252dfa17d6be81f176feceb8b4fbe612a9b597..b46d26ffabbc1b3c480293a458f73daad3017443:/trunk/src/sistemaautonomo.cpp diff --git a/trunk/src/sistemaautonomo.cpp b/trunk/src/sistemaautonomo.cpp index 48e458c..0efe70a 100644 --- a/trunk/src/sistemaautonomo.cpp +++ b/trunk/src/sistemaautonomo.cpp @@ -49,7 +49,7 @@ CTeoria* CSistemaAutonomo::get_next_theory() } else { - return curr_theory++; + return &*(curr_theory++); } }