mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-20 01:47:34 +02:00
Moved Screen class into synergy namespace
This commit is contained in:
parent
a4843c4947
commit
67377109f3
18 changed files with 68 additions and 55 deletions
|
@ -937,7 +937,7 @@ CXWindowsClipboard::pushReplies()
|
|||
for (ReplyMap::iterator index = m_replies.begin();
|
||||
index != m_replies.end(); ) {
|
||||
assert(!index->second.empty());
|
||||
CReplyList::iterator listit = index->second.begin();
|
||||
ReplyList::iterator listit = index->second.begin();
|
||||
while (listit != index->second.end()) {
|
||||
if (!(*listit)->m_replied)
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue