diff options
Diffstat (limited to 'src/launch/LaunchKit/Foundation.h')
| -rw-r--r-- | src/launch/LaunchKit/Foundation.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/launch/LaunchKit/Foundation.h b/src/launch/LaunchKit/Foundation.h index d7eb901f..5fb8efea 100644 --- a/src/launch/LaunchKit/Foundation.h +++ b/src/launch/LaunchKit/Foundation.h @@ -15,7 +15,7 @@ #define NELAUNCH_INFO(MSG) PrintOut(nullptr, "INFO: [LAUNCH] %s\n", MSG) #define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG) -namespace Launch { +namespace LaunchKit { using AnyRef = CF::CFRef<VoidPtr>; using StatusRef = CF::CFRef<SInt32>; -} // namespace Launch +} // namespace LaunchKit |
