diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-10-06 00:22:35 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-10-06 00:22:35 +0000 |
commit | 305bcb9a42ed52e864ae69de3b2e4937047edc92 (patch) | |
tree | 77f29f0d4f7f8c2351280e596f86d6479b522ef2 /Plugins/utils/mir_scope.h | |
parent | e18d7a839140f01249f470ea40c531b7889c608d (diff) |
utils: sync with berliOS
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@225 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Plugins/utils/mir_scope.h')
-rw-r--r-- | Plugins/utils/mir_scope.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Plugins/utils/mir_scope.h b/Plugins/utils/mir_scope.h index a18bf55..2f54044 100644 --- a/Plugins/utils/mir_scope.h +++ b/Plugins/utils/mir_scope.h @@ -7,7 +7,7 @@ class scope {
public:
scope(T t) : p(t) {}
- ~scope() { free(); }
+ ~scope() { mir_free(); }
void free()
{
|