]> Dogcows Code - chaz/openbox/commitdiff
Fix small compile error on g++3.
authorMarius Nita <marius@cs.pdx.edu>
Sun, 22 Sep 2002 09:08:29 +0000 (09:08 +0000)
committerMarius Nita <marius@cs.pdx.edu>
Sun, 22 Sep 2002 09:08:29 +0000 (09:08 +0000)
src/Screen.hh

index 517e186c5bb0b15c5da9e9204f764e014feafc67..32440d7b6d9c1315b42d1371de573bafa2d34b83 100644 (file)
@@ -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
This page took 0.02232 seconds and 4 git commands to generate.