Skip to content

Commit

Permalink
Fix typo in playlist class lua wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Mar 4, 2018
1 parent d1d0296 commit db5929b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SongManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@ class LunaPlaylist : public Luna<Playlist>
{
ADD_METHOD(AddChart);
ADD_METHOD(GetChartkeys);
ADD_METHOD(GetCharts);
ADD_METHOD(GetAllSteps);
ADD_METHOD(GetNumCharts);
ADD_METHOD(GetName);
ADD_METHOD(GetSonglist);
Expand Down

0 comments on commit db5929b

Please sign in to comment.