]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/platinfo.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / platinfo.h
index 3e8d768522c18276f467380ab839fbabc645cc58..06eff6cb082a0dc637ab60c9d483d048ff8cb6af 100644 (file)
@@ -116,7 +116,7 @@ enum wxEndianness
     where it's running.
 
     @library{wxbase}
     where it's running.
 
     @library{wxbase}
-    @category{misc}
+    @category{cfg}
 
     @see ::wxGetOsVersion(), wxIsPlatformLittleEndian(), wxIsPlatform64Bit(),
          wxAppTraits
 
     @see ::wxGetOsVersion(), wxIsPlatformLittleEndian(), wxIsPlatform64Bit(),
          wxAppTraits
@@ -169,7 +169,7 @@ public:
         Returns the global wxPlatformInfo object, initialized with the values
         for the currently running platform.
     */
         Returns the global wxPlatformInfo object, initialized with the values
         for the currently running platform.
     */
-    static const wxPlatformInfo Get();
+    static const wxPlatformInfo& Get();
 
     /**
         Converts the given string to a wxArchitecture enum value or to
 
     /**
         Converts the given string to a wxArchitecture enum value or to