Fix small compile error on g++3.
This commit is contained in:
parent
1852347f76
commit
c2afc72a41
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ private:
|
|||
bool parseMenuFile(FILE *file, Rootmenu *menu);
|
||||
|
||||
#ifdef BITMAPBUTTONS
|
||||
void readDatabaseMask(const string &rname,
|
||||
void readDatabaseMask(const std::string &rname,
|
||||
PixmapMask &pixmapMask,
|
||||
const Configuration &style);
|
||||
#endif // BITMAPBUTTONS
|
||||
|
|
Loading…
Reference in a new issue