The branch, new-baudrate-code has been updated
       via  90933196a1d2306342a1a3a21b55a0f0eeca0f3c (commit)
      from  93de2301b262afa86af6c48076c1d6c89888eb0f (commit)


- Log -----------------------------------------------------------------
commit 90933196a1d2306342a1a3a21b55a0f0eeca0f3c
Author: Thomas Jarosch <[email protected]>
Date:   Wed Sep 7 11:21:13 2011 +0200

    Fixture base class destructor should be virtual

-----------------------------------------------------------------------

Summary of changes:
 test/baudrate.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/baudrate.cpp b/test/baudrate.cpp
index d541ba3..d0e2cc4 100644
--- a/test/baudrate.cpp
+++ b/test/baudrate.cpp
@@ -39,7 +39,7 @@ public:
         ftdi = ftdi_new();
     }
 
-    ~BaseFTDIFixture()
+    virtual ~BaseFTDIFixture()
     {
         delete ftdi;
         ftdi = NULL;


hooks/post-receive
-- 
port libftdi to libusb-1.0

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to