mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 01:16:20 -05:00
Merge pull request #1348 from zapek/windows_compilation_fix
fixed compilation on Windows/MSYS2
This commit is contained in:
commit
5a63030d79
@ -689,7 +689,8 @@ void FriendSelectionWidget::requestGXSIdList()
|
|||||||
mIdQueue->requestGroupInfo(token, RS_TOKREQ_ANSTYPE_DATA, opts, IDDIALOG_IDLIST);
|
mIdQueue->requestGroupInfo(token, RS_TOKREQ_ANSTYPE_DATA, opts, IDDIALOG_IDLIST);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<> void FriendSelectionWidget::setSelectedIds<RsGxsId,FriendSelectionWidget::IDTYPE_GXS>(const std::set<RsGxsId>& ids, bool add)
|
// This call is inlined so that there's no linking conflict with MinGW on Windows
|
||||||
|
template<> inline void FriendSelectionWidget::setSelectedIds<RsGxsId,FriendSelectionWidget::IDTYPE_GXS>(const std::set<RsGxsId>& ids, bool add)
|
||||||
{
|
{
|
||||||
mPreSelectedGxsIds = ids ;
|
mPreSelectedGxsIds = ids ;
|
||||||
requestGXSIdList();
|
requestGXSIdList();
|
||||||
|
Loading…
Reference in New Issue
Block a user