Fix small compile error on g++3.

This commit is contained in:
Marius Nita 2002-09-22 09:08:29 +00:00
parent 1852347f76
commit c2afc72a41

View file

@ -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