[prev in list] [next in list] [prev in thread] [next in thread] 

List:       sptk-commits
Subject:    r1615 - trunk/sptk4
From:       alexey () mail ! total-knowledge ! com
Date:       2011-09-12 1:27:38
Message-ID: courier.000000004E6D600A.00002C02 () mail ! total-knowledge ! com
[Download RAW message or body]

Author: alexey
Date: 2011-09-11 18:27:38 -0700 (Sun, 11 Sep 2011)
New Revision: 1615

Modified:
   trunk/sptk4/CReadBuffer.h
Log:
CReadBuffer: blocked compile warning

Modified: trunk/sptk4/CReadBuffer.h
===================================================================
--- trunk/sptk4/CReadBuffer.h	2011-09-12 01:24:36 UTC (rev 1614)
+++ trunk/sptk4/CReadBuffer.h	2011-09-12 01:27:38 UTC (rev 1615)
@@ -66,17 +66,17 @@
     CReadBuffer(uint32_t sz = 1024);
 
     /// @brief Destructor
-    ~CReadBuffer();
+    virtual ~CReadBuffer();
 
     /// @brief Resets the buffer to empty state
     ///
     /// Resizes memory if needed.
     /// @param sz uint32_t, the required data size in bytes
     void reset(uint32_t sz=0);
-    
+
     /// @brief Moves the buffer content to the beginning of the internal buffer
     void compact();
-    
+
     /// @brief Returns number of bytes available to read
     uint32_t availableBytes();
 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic