diff --git a/libctru/include/3ds/services/boss.h b/libctru/include/3ds/services/boss.h index 92a2a66..502d286 100644 --- a/libctru/include/3ds/services/boss.h +++ b/libctru/include/3ds/services/boss.h @@ -104,7 +104,7 @@ Result bossGetTaskProperty0(const char *taskID, u8 *out); * @param seconds_interval Interval in seconds for running the task automatically. * @param url Task URL. */ -void bossSetupContextDefault(bossContext *ctx, u32 seconds_interval, char *url); +void bossSetupContextDefault(bossContext *ctx, u32 seconds_interval, const char *url); /** * @brief Sends the config stored in the context. Used before registering a task.