diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2002-09-22 09:08:29 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2002-09-22 09:08:29 +0000 |
| commit | c2afc72a41a4093f1fdfdf3245d5d70ef8bf9ad2 (patch) | |
| tree | cd55804eae5a4044d1577d988991d84aa89fa66d /src | |
| parent | 1852347f76ae6d2f65668b0f4786ea754bbcf18a (diff) | |
Fix small compile error on g++3.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Screen.hh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
