]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Put storage class outside WXDLLIMPEXP_DATA_CORE() macros.
[wxWidgets.git] / include / wx / window.h
index 1527a1e0de728fa81afd3133103054800e009500..0fd842426a90fd5a1031d0fb868006cb3b73d026 100644 (file)
@@ -525,12 +525,7 @@ public:
     // tells the item how much more space there is available in the opposite
     // direction (-1 if unknown).
     virtual bool
-    InformFirstDirection(int WXUNUSED(direction),
-                         int WXUNUSED(size),
-                         int WXUNUSED(availableOtherDir))
-    {
-        return false;
-    }
+    InformFirstDirection(int direction, int size, int availableOtherDir);
 
     // sends a size event to the window using its current size -- this has an
     // effect of refreshing the window layout