summaryrefslogtreecommitdiff
path: root/plugins/Quotes/src/ModuleInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Quotes/src/ModuleInfo.cpp')
-rw-r--r--plugins/Quotes/src/ModuleInfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Quotes/src/ModuleInfo.cpp b/plugins/Quotes/src/ModuleInfo.cpp
index 656d17ad64..65d2593482 100644
--- a/plugins/Quotes/src/ModuleInfo.cpp
+++ b/plugins/Quotes/src/ModuleInfo.cpp
@@ -22,9 +22,9 @@ CModuleInfo& CModuleInfo::GetInstance()
return mi;
}
-HANDLE CModuleInfo::GetWindowList(const std::string& rsKey, bool bAllocateIfNonExist /*= true*/)
+MWindowList CModuleInfo::GetWindowList(const std::string& rsKey, bool bAllocateIfNonExist /*= true*/)
{
- HANDLE hResult = NULL;
+ MWindowList hResult = NULL;
THandles::const_iterator i = m_ahWindowLists.find(rsKey);
if (i != m_ahWindowLists.end())
{