]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_links.cpp
Add virtual methods to GSocketBSD for calling the event loop handler
[wxWidgets.git] / src / html / m_links.cpp
index 7ae39b983a98f5f65ae32b9beb8ad0211fd886f4..4abb17295311458b99dd87fc1a9bf56fe6f62b29 100644 (file)
@@ -7,7 +7,7 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation
 #endif
 
@@ -41,7 +41,7 @@ public:
     void Draw(wxDC& WXUNUSED(dc),
               int WXUNUSED(x), int WXUNUSED(y),
               int WXUNUSED(view_y1), int WXUNUSED(view_y2),
-              wxHtmlRenderingState& WXUNUSED(state)) {}
+              wxHtmlRenderingInfo& WXUNUSED(info)) {}
 
     virtual const wxHtmlCell* Find(int condition, const void* param) const
     {