OTHER: Fix syntax errors.
In standard C++ all member declarations must use an unqualified name for the member itself. G++ 4.1 enforces this.
This commit is contained in:
parent
c3e9b3acd9
commit
da102ae302
2 changed files with 3 additions and 3 deletions
2
Skin.h
2
Skin.h
|
@ -251,7 +251,7 @@ class Skin : public QWidget
|
|||
Skin() {};
|
||||
static Skin *singleton;
|
||||
|
||||
QPixmap *Skin::getPixmap (const QString& file);
|
||||
QPixmap *getPixmap (const QString& file);
|
||||
void BuildLetterMap (void);
|
||||
void BuildButtons (void);
|
||||
void BuildToggleButtons (void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue