mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-21 02:17:37 +02:00
fixed: warnings on mac os x
This commit is contained in:
parent
bdb4c47898
commit
c44971b43d
42 changed files with 271 additions and 191 deletions
|
@ -28,8 +28,7 @@
|
|||
CPrimaryClient::CPrimaryClient(const CString& name, CScreen* screen) :
|
||||
CBaseClientProxy(name),
|
||||
m_screen(screen),
|
||||
m_fakeInputCount(0),
|
||||
m_mock(false)
|
||||
m_fakeInputCount(0)
|
||||
{
|
||||
// all clipboards are clean
|
||||
for (UInt32 i = 0; i < kClipboardEnd; ++i) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue