diff options
author | Pierre Ossman <ossman@cendio.se> | 2023-01-15 14:01:28 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2023-02-04 14:03:13 +0100 |
commit | e6c5b29f12780303299506fe04f089bc98b80c91 (patch) | |
tree | 90c0ca35d030065f6f8d169a213dc3c4d923f3b6 /vncviewer/ServerDialog.cxx | |
parent | 15a393912673e2ae65b9b3a28f9b82f967c49f98 (diff) | |
download | tigervnc-e6c5b29f12780303299506fe04f089bc98b80c91.tar.gz tigervnc-e6c5b29f12780303299506fe04f089bc98b80c91.zip |
Use std::vector for temporary char arrays
It's more standard and familiar than our custom CharArray type, and it
still gives us automatic freeing of the buffer.
We could probably have used std::unique_ptr instead, but we are
currently targeting older compilers where C++11 isn't standard yet.
Diffstat (limited to 'vncviewer/ServerDialog.cxx')
0 files changed, 0 insertions, 0 deletions