]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gsocket.h
Add a note about a few other wxGTK changes that were made
[wxWidgets.git] / include / wx / gsocket.h
index a527a8586a9a5f4fbcd36e02e4824cd62659cdd8..9ace677b54605ffe030cdb18c4cf1657d73e6863 100644 (file)
@@ -100,6 +100,8 @@ typedef void (*GSocketCallback)(GSocket *socket, GSocketEvent event,
 class GSocketGUIFunctionsTable
 {
 public:
 class GSocketGUIFunctionsTable
 {
 public:
+    // needed since this class declares virtual members
+    virtual ~GSocketGUIFunctionsTable() { }
     virtual bool OnInit() = 0;
     virtual void OnExit() = 0;
     virtual bool CanUseEventLoop() = 0;
     virtual bool OnInit() = 0;
     virtual void OnExit() = 0;
     virtual bool CanUseEventLoop() = 0;