summaryrefslogtreecommitdiff
path: root/src/Screen.hh
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-09-22 09:08:29 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-09-22 09:08:29 +0000
commitc2afc72a41a4093f1fdfdf3245d5d70ef8bf9ad2 (patch)
treecd55804eae5a4044d1577d988991d84aa89fa66d /src/Screen.hh
parent1852347f76ae6d2f65668b0f4786ea754bbcf18a (diff)
Fix small compile error on g++3.
Diffstat (limited to 'src/Screen.hh')
-rw-r--r--src/Screen.hh2
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