From c2afc72a41a4093f1fdfdf3245d5d70ef8bf9ad2 Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Sun, 22 Sep 2002 09:08:29 +0000 Subject: [PATCH] Fix small compile error on g++3. --- src/Screen.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Screen.hh b/src/Screen.hh index 517e186c..32440d7b 100644 --- a/src/Screen.hh +++ b/src/Screen.hh @@ -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 -- 2.39.2