]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/gdicmn.h
avoid infinite recursion for richtooltops, (hopefully) fixes #15070
[wxWidgets.git] / interface / wx / gdicmn.h
index 52a0fffe8479c36e218ade48e02cc25fbd59a352..12daa92904c44e51ed84f474cbfe28bc85d59a9d 100644 (file)
@@ -954,9 +954,8 @@ public:
     void Set(int width, int height);
 
     /**
-        Combine this size object with another one replacing the default (i.e.
-        equal to -1) components of this object with those of the other. It is
-        typically used like this:
+        Combine this size object with another one replacing the default (i.e.\ equal to -1)
+        components of this object with those of the other. It is typically used like this:
 
         @code
         if ( !size.IsFullySpecified() )