diff options
Diffstat (limited to 'plugins/Quotes/src/ModuleInfo.h')
-rw-r--r-- | plugins/Quotes/src/ModuleInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Quotes/src/ModuleInfo.h b/plugins/Quotes/src/ModuleInfo.h index 6f4676bb1a..fdc67ccd6a 100644 --- a/plugins/Quotes/src/ModuleInfo.h +++ b/plugins/Quotes/src/ModuleInfo.h @@ -21,7 +21,7 @@ public: static CModuleInfo& GetInstance();
void OnMirandaShutdown();
- HANDLE GetWindowList(const std::string& rsKey, bool bAllocateIfNonExist = true);
+ MWindowList GetWindowList(const std::string& rsKey, bool bAllocateIfNonExist = true);
bool GetExtendedStatusFlag()const;
static bool Verify();
@@ -35,7 +35,7 @@ public: static void SetHTMLEngine(THTMLEnginePtr pEngine);
private:
- typedef std::map<std::string, HANDLE> THandles;
+ typedef std::map<std::string, MWindowList> THandles;
THandles m_ahWindowLists;
bool m_bExtendedStatusInfo;
};
|