Skip to content

Commit

Permalink
Fix const-correctness issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggi committed Oct 1, 2018
1 parent fae805a commit a207660
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pawn.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"user": "Open-GTO",
"repo": "skinselect",
"entry": "test.pwn",
"output": "test.amx",
"dependencies": [
Expand Down
2 changes: 1 addition & 1 deletion skinselect.inc
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ stock IsSkinValid(skinid)
return 0;
}

stock SkinSelect_Start(playerid, function[])
stock SkinSelect_Start(playerid, const function[])
{
IsSelectOpen[playerid] = true;

Expand Down

0 comments on commit a207660

Please sign in to comment.