summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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