]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/evtloop.h
Fixed typo.
[wxWidgets.git] / include / wx / osx / cocoa / evtloop.h
index ed64e651ebdf6aa1afda234141509087a058b0e5..afccc7a92daa4a7c69029bc724e3f48026f2c6fd 100644 (file)
@@ -15,14 +15,14 @@ class WXDLLIMPEXP_BASE wxGUIEventLoop : public wxCFEventLoop
 {
 public:
     wxGUIEventLoop();
-    
+
 protected:
     virtual int DoDispatchTimeout(unsigned long timeout);
-    
+
     virtual void DoRun();
 
     virtual void DoStop();
-    
+
     virtual CFRunLoopRef CFGetCurrentRunLoop() const;
 };