X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fvm%2Faccess.cpp;h=73899e0e3a53b56dc810a50dd821b92b11e69493;hb=40162daaa8127007241a2c3a735ac62925af176c;hp=a0abbc1569e81429bedaa00f7ec48dc1baacfbc4;hpb=adb235ae1e53d15c6f71602049b2879451920c67;p=cacao.git diff --git a/src/vm/access.cpp b/src/vm/access.cpp index a0abbc156..73899e0e3 100644 --- a/src/vm/access.cpp +++ b/src/vm/access.cpp @@ -30,7 +30,7 @@ #include "vm/types.h" -#include "mm/memory.h" +#include "mm/memory.hpp" #include "native/llni.h" @@ -341,10 +341,10 @@ bool access_check_method(methodinfo *m, int callerdepth) return true; } -#if defined(__cplusplus) -} #endif +#if defined(__cplusplus) +} #endif