mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T203, fixed gcc issue
static const CPlatform &linux() platform.h:129:33: error: expected unqualified-id before numeric constant
This commit is contained in:
@@ -120,16 +120,16 @@ namespace BlackMisc
|
||||
static const CPlatform ¤tPlatform();
|
||||
|
||||
//! Win32
|
||||
static const CPlatform &win32();
|
||||
static const CPlatform &win32Platform();
|
||||
|
||||
//! Win64
|
||||
static const CPlatform &win64();
|
||||
static const CPlatform &win64Platform();
|
||||
|
||||
//! Linux
|
||||
static const CPlatform &linux();
|
||||
static const CPlatform &linuxPlatform();
|
||||
|
||||
//! Mac OS
|
||||
static const CPlatform &macOS();
|
||||
static const CPlatform &macOSPlatform();
|
||||
|
||||
//! Unknown OS
|
||||
static const CPlatform &unknownOs();
|
||||
|
||||
Reference in New Issue
Block a user