]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/txtstrm.h
Cleaned up wxArtProvider:
[wxWidgets.git] / interface / wx / txtstrm.h
index 46c364a4f24646acd321e2c0851d8c2e232e2056..1592d75f272a9dd7bb818b94363ed8e538e98712 100644 (file)
@@ -65,8 +65,7 @@ public:
             <b>In Unicode build only:</b> The encoding converter used to
             convert the bytes in the underlying input stream to characters.
     */
-    wxTextInputStream(wxInputStream& stream,
-                      const wxString& sep = " \t",
+    wxTextInputStream(wxInputStream& stream, const wxString& sep = " \t",
                       const wxMBConv& conv = wxConvAuto());
 
     /**