##// END OF EJS Templates
fixed typo.
Jeandet Alexis -
r100:b7137547140e socexplorer-plugins-0.7-7 default draft
parent child
Show More
@@ -84,7 +84,7 unsigned int p_pow2(unsigned int v)
84
84
85 unsigned int memchecker::measureMemSize(unsigned int address, unsigned int maxSize)
85 unsigned int memchecker::measureMemSize(unsigned int address, unsigned int maxSize)
86 {
86 {
87 return SocExplorerEngine::memMeasureSize(this->plugin,address,maxSize);
87 return SocExplorerEngine::self()->memMeasureSize(this->plugin,address,maxSize);
88 }
88 }
89
89
90
90
General Comments 0
You need to be logged in to leave comments. Login now