const, less includes
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
*/
|
||||
|
||||
#include "DifficultyIcon.h"
|
||||
#include "RageUtil.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
#include "PrefsManager.h"
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -12,9 +12,8 @@
|
||||
|
||||
|
||||
#include "Sprite.h"
|
||||
#include "Song.h"
|
||||
#include "BitmapText.h"
|
||||
#include "PrefsManager.h"
|
||||
#include "Notes.h"
|
||||
#include "ThemeManager.h"
|
||||
|
||||
|
||||
class DifficultyIcon : public Sprite
|
||||
@@ -28,7 +27,7 @@ public:
|
||||
SetFromNotes( NULL );
|
||||
};
|
||||
|
||||
void SetFromNotes( Notes* pNotes )
|
||||
void SetFromNotes( const Notes* pNotes )
|
||||
{
|
||||
if( pNotes != NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user