VirtualBox

Changeset 101174 in vbox


Ignore:
Timestamp:
Sep 19, 2023 3:50:22 PM (12 months ago)
Author:
vboxsync
Message:

Main: Use "static" here as advertised. bugref:10384

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/PlatformImpl.h

    r101063 r101174  
    7474
    7575    // static public helper functions
    76     const char *s_platformArchitectureToStr(PlatformArchitecture_T enmArchitecture);
     76    static const char *s_platformArchitectureToStr(PlatformArchitecture_T enmArchitecture);
    7777
    7878public:
  • trunk/src/VBox/Main/src-server/PlatformImpl.cpp

    r101070 r101174  
    854854 * @param   enmArchitecture         Platform architecture to convert.
    855855 */
     856/* static */
    856857const char *Platform::s_platformArchitectureToStr(PlatformArchitecture_T enmArchitecture)
    857858{
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette