]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a couple of typos
authorJulian Smart <julian@anthemion.co.uk>
Tue, 5 Feb 2002 16:44:39 +0000 (16:44 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 5 Feb 2002 16:44:39 +0000 (16:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/gdicmn.h
include/wx/popupwin.h

index 55c7105a0b97d665d407f243b63b5384ecccad70..15a0c8d25b2551c842e0602b4430970597754ba1 100644 (file)
@@ -216,7 +216,8 @@ public:
     wxSize operator+(const wxSize& sz) { return wxSize(x + sz.x, y + sz.y); }
     wxSize operator-(const wxSize& sz) { return wxSize(x - sz.x, y - sz.y); }
 
     wxSize operator+(const wxSize& sz) { return wxSize(x + sz.x, y + sz.y); }
     wxSize operator-(const wxSize& sz) { return wxSize(x - sz.x, y - sz.y); }
 
-    // accessors    void Set(int xx, int yy) { x = xx; y = yy; }
+    // accessors
+    void Set(int xx, int yy) { x = xx; y = yy; }
     void SetWidth(int w) { x = w; }
     void SetHeight(int h) { y = h; }
 
     void SetWidth(int w) { x = w; }
     void SetHeight(int h) { y = h; }
 
index 27779f34847ad5d66296650589932d7104ce4b73..010481ec0cacc08a63ca2b1e4797cebf6e0a769a 100644 (file)
@@ -55,7 +55,7 @@ public:
     #include "wx/os2/popupwin.h"
 #elif __WXGTK__
     #include "wx/gtk/popupwin.h"
     #include "wx/os2/popupwin.h"
 #elif __WXGTK__
     #include "wx/gtk/popupwin.h"
-#ifdef __WXX11__
+#elif __WXX11__
     #include "wx/x11/popupwin.h"
 #elif __WXMGL__
     #include "wx/mgl/popupwin.h"
     #include "wx/x11/popupwin.h"
 #elif __WXMGL__
     #include "wx/mgl/popupwin.h"