Browse Source

Fix compilation with 4.1 (4.x?)

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@97 7c53e7cc-98ea-0310-8f1f-a0b24da60408
winkj 18 years ago
parent
commit
6d241a0aa3
1 changed files with 4 additions and 4 deletions
  1. 4 4
      app.h

+ 4 - 4
app.h

@@ -51,9 +51,9 @@ private:
     void HideCursor();
 
     static std::string findValidRandomTheme(const std::string& set);
-    static void App::replaceVariables(std::string& input,
-				      const std::string& var,
-				      const std::string& value);
+    static void replaceVariables(std::string& input,
+                                 const std::string& var,
+                                 const std::string& value);
 
     // Server functions
     int StartServer();
@@ -76,7 +76,7 @@ private:
     XpmAttributes BackgroundPixmapAttributes;
     Pixmap BackgroundPixmap;
 
-    void App::blankScreen();
+    void blankScreen();
     void setBackground(const string& themedir);
 	
     bool daemonmode;