summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-06-15 21:17:46 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-06-15 21:17:46 +0000
commit86beb804f168ad599a79e858e6024f8fd446c34c (patch)
tree5b9996ea6d2eea4e2e0d9f2e780b2451fb270fd7
parent5c4b80a068ed7b305e68071d39c99a6c98a9ed2f (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4966 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/PluginUpdater/src/compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/compat.h b/plugins/PluginUpdater/src/compat.h
index 371ceef1c0..a258acf7ad 100644
--- a/plugins/PluginUpdater/src/compat.h
+++ b/plugins/PluginUpdater/src/compat.h
@@ -28,6 +28,7 @@ public:
__inline operator INT_PTR() const { return (INT_PTR)data; }
};
+typedef mir_ptr<char> ptrA;
typedef mir_ptr<TCHAR> ptrT;
struct VARST : public ptrT