]> git.saurik.com Git - wxWidgets.git/commitdiff
extending docs according #9713
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 26 Jul 2008 09:20:44 +0000 (09:20 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 26 Jul 2008 09:20:44 +0000 (09:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/stdpaths.h

index e5bfd816b66702c6739fa85f300fab424a8bd95c..f115e5458c7710f88363b8cc5ad768b2d3035e36 100644 (file)
     This class is MT-safe: its methods may be called concurrently from different
     threads without additional locking.
 
+    Note that you don't allocate an instance of class wxStandardPaths, but retrieve the 
+    global standard paths object using @c wxStandardPaths::Get on which you call the 
+    desired methods.
+
     @library{wxbase}
     @category{file}