Parcourir la source

removed std namespace from header

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/slim/trunk@162 7c53e7cc-98ea-0310-8f1f-a0b24da60408
sip il y a 16 ans
Parent
commit
281d676059
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app.h

+ 1 - 1
app.h

@@ -90,7 +90,7 @@ private:
 
     void blankScreen();
     Image* image;
-    void setBackground(const string& themedir);
+    void setBackground(const std::string& themedir);
 
     bool firstlogin;
     bool daemonmode;