diff options
author | George Hazan <george.hazan@gmail.com> | 2015-06-18 18:29:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-06-18 18:29:39 +0000 |
commit | ae30cd958593fae5c4d385045f5ba669b9dd4b50 (patch) | |
tree | f5e9c6afa5230fe971d07ad1d8d306028baf43e3 /include/m_gui.h | |
parent | b43b50d64b57b2f41ffebe2f50eb5976152b9ad1 (diff) |
protocol platform-independent code moved back to mir_app
git-svn-id: http://svn.miranda-ng.org/main/trunk@14247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_gui.h')
-rw-r--r-- | include/m_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_gui.h b/include/m_gui.h index 3994cb4645..5ab3ed3026 100644 --- a/include/m_gui.h +++ b/include/m_gui.h @@ -1123,7 +1123,7 @@ public: struct PROTO_INTERFACE;
-class MIR_CORE_EXPORT CProtoIntDlgBase : public CDlgBase
+class MIR_APP_EXPORT CProtoIntDlgBase : public CDlgBase
{
typedef CDlgBase CSuper;
|