[Spice-commits] 2 commits - server/char-device.h server/utils.hpp

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 5 04:15:24 UTC 2020


 server/char-device.h |    1 -
 server/utils.hpp     |    2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 09e01153b7086b30449589bf2a4b65005b37cb83
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Tue May 5 05:14:32 2020 +0100

    utils: Fix typo in comment

diff --git a/server/utils.hpp b/server/utils.hpp
index d44bb313..854d781f 100644
--- a/server/utils.hpp
+++ b/server/utils.hpp
@@ -238,7 +238,7 @@ inline shared_ptr<T> make_shared(Args&&... args)
  * You should inherit publicly this class in order to have base internal reference counting
  * implementation.
  *
- * This class uses aromic operations and virtual destructor so it's not really light.
+ * This class uses atomic operations and virtual destructor so it's not really light.
  */
 class shared_ptr_counted
 {
commit 62801ad9acfc61280dfa32b767b7915eaed7ff24
Author: Frediano Ziglio <freddy77 at gmail.com>
Date:   Tue May 5 05:08:37 2020 +0100

    char-device: Remove obsolete declaration
    
    Signed-off-by: Frediano Ziglio <freddy77 at gmail.com>

diff --git a/server/char-device.h b/server/char-device.h
index aecdea86..daf0d44c 100644
--- a/server/char-device.h
+++ b/server/char-device.h
@@ -27,7 +27,6 @@
 #include "push-visibility.h"
 
 struct RedCharDevice;
-struct RedCharDeviceClass;
 struct RedCharDevicePrivate;
 struct RedCharDeviceClientOpaque;
 


More information about the Spice-commits mailing list