]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/glcanvas.h
wxTextEntry::SetMargins(), GetMargins() - implemented on wxMSW and wxGTK (GTK+ 2...
[wxWidgets.git] / include / wx / osx / glcanvas.h
index 8dfde849eb3af783bf1f4642fc45d25996c5216e..62b5c001beebbcb8cdd8ffbe960eba71642503f6 100644 (file)
@@ -40,7 +40,7 @@ public:
 
     // Mac-specific
     WXGLContext GetWXGLContext() const { return m_glContext; }
-    
+
 private:
     WXGLContext m_glContext;
 
@@ -139,7 +139,7 @@ public:
     virtual void MacVisibilityChanged();
 
     void MacUpdateView();
-    
+
     GLint GetAglBufferName() const { return m_bufferName; }
 #endif