]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/fs_mem.h
More dc* interface headers reviewed.
[wxWidgets.git] / interface / fs_mem.h
index f58f101ee4f15d919315e62466f8e3c63f777957..b534e8af32b0b303e10280d04b285b9812390801 100644 (file)
@@ -81,7 +81,7 @@ public:
         Note that you must use a @a type value (aka image format)
         that wxWidgets can save (e.g. JPG, PNG, see wxImage
         documentation())!
-        
+
         @see AddFileWithMimeType()
     */
     static void AddFile(const wxString& filename, wxImage& image,
@@ -96,9 +96,9 @@ public:
         Like AddFile(), but lets you explicitly
         specify added file's MIME type. This version should be used whenever you know
         the MIME type, because it makes accessing the files faster.
-        
+
         @wxsince{2.8.5}
-        
+
         @see AddFile()
     */
     static void AddFileWithMimeType(const wxString& filename,