summaryrefslogtreecommitdiffhomepage
path: root/dev/launch/LaunchKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/launch/LaunchKit')
-rw-r--r--dev/launch/LaunchKit/LaunchKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/launch/LaunchKit/LaunchKit.h b/dev/launch/LaunchKit/LaunchKit.h
index 2efa7806..34f7c223 100644
--- a/dev/launch/LaunchKit/LaunchKit.h
+++ b/dev/launch/LaunchKit/LaunchKit.h
@@ -15,6 +15,6 @@
#define NELAUNCH_WARN(MSG) PrintOut(nullptr, "WARN: [LAUNCH] %s\n", MSG)
namespace Launch {
-using LaunchAny = VoidPtr;
+using LaunchAny = VoidPtr;
using LaunchStatus = SInt32;
} // namespace Launch