- Fixed bug #808, which generated compiler warnings on Solarix (thanks to
  Owen Clarke).
This commit is contained in:
Paul Beckingham
2011-07-26 21:40:31 -04:00
parent 0ee1f9c1c6
commit 7e3a207d63
4 changed files with 4 additions and 11 deletions

View File

@@ -35,7 +35,7 @@
class Transport {
public:
Transport (const Uri&);
~Transport ();
virtual ~Transport ();
static Transport* getTransport(const Uri&);