Fix small compile error on g++3.
Marius Nita marius@cs.pdx.edu
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/Screen.hh
→
src/Screen.hh
@@ -199,7 +199,7 @@
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