summaryrefslogtreecommitdiffhomepage
path: root/dev/Usr/LibWM
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Usr/LibWM')
-rw-r--r--dev/Usr/LibWM/WindowConnection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Usr/LibWM/WindowConnection.h b/dev/Usr/LibWM/WindowConnection.h
index 3a3e39a6..22938130 100644
--- a/dev/Usr/LibWM/WindowConnection.h
+++ b/dev/Usr/LibWM/WindowConnection.h
@@ -24,8 +24,8 @@ namespace LibCF
constexpr static SInt16 kMaxPeers = 16;
- Char mConnName[256] = {0};
- SInt32 mConnPeersCnt{0};
+ Char mConnName[256] = {0};
+ SInt32 mConnPeersCnt{0};
CFArray<VoidPtr, kMaxPeers> mConnPeers;
};
} // namespace LibCF \ No newline at end of file