]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datacmn.cpp
unused variable warning fix - move unused stuff to proper place
[wxWidgets.git] / src / common / datacmn.cpp
index b74d729ffad274f14fa2805ff9b52a843c381891..d2b5ba4544f5a4f5d6acadb2fc424356549cd270 100644 (file)
@@ -155,6 +155,6 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
 #endif
 
 
-const wxSize wxDefaultSize(-1, -1);
-const wxPoint wxDefaultPosition(-1, -1);
+const wxSize wxDefaultSize(wxDefaultCoord, wxDefaultCoord);
+const wxPoint wxDefaultPosition(wxDefaultCoord, wxDefaultCoord);