aboutsummaryrefslogtreecommitdiff
path: root/common/advancedDetector.h
diff options
context:
space:
mode:
authorGregory Montoir2006-11-03 21:01:49 +0000
committerGregory Montoir2006-11-03 21:01:49 +0000
commitf9cf368a670ee58b579da8affca914e0b5634d8c (patch)
tree912962b56d37a0d66b367458ba69e6dd90079e27 /common/advancedDetector.h
parente57316c7965ee6518c167328523ceb8e50dfe6e3 (diff)
downloadscummvm-rg350-f9cf368a670ee58b579da8affca914e0b5634d8c.tar.gz
scummvm-rg350-f9cf368a670ee58b579da8affca914e0b5634d8c.tar.bz2
scummvm-rg350-f9cf368a670ee58b579da8affca914e0b5634d8c.zip
got rid of two memory leaks
svn-id: r24589
Diffstat (limited to 'common/advancedDetector.h')
-rw-r--r--common/advancedDetector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/advancedDetector.h b/common/advancedDetector.h
index c800a34db5..6d7ce23e3b 100644
--- a/common/advancedDetector.h
+++ b/common/advancedDetector.h
@@ -79,7 +79,7 @@ private:
int _fileMD5Bytes;
- String getDescription(int num);
+ String getDescription(int num) const;
};
} // End of namespace Common