From: Marius Nita Date: Sun, 22 Sep 2002 09:08:29 +0000 (+0000) Subject: Fix small compile error on g++3. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=c2afc72a41a4093f1fdfdf3245d5d70ef8bf9ad2;p=chaz%2Fopenbox Fix small compile error on g++3. --- 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