From 0b1b2c71e3ee5d3d5533b99447fc4e7e64540fb5 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 26 Jul 2008 09:20:44 +0000 Subject: [PATCH] extending docs according #9713 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54787 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/stdpaths.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/interface/wx/stdpaths.h b/interface/wx/stdpaths.h index e5bfd816b6..f115e5458c 100644 --- a/interface/wx/stdpaths.h +++ b/interface/wx/stdpaths.h @@ -37,6 +37,10 @@ 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} -- 2.50.0