screensaver: moving "using namespace std;" to cpp ...

... to avoid the inheritance of this


Origin commit data
------------------
Commit: 5f42845160
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-28 (Sun, 28 Dec 2014)

Origin message was:
------------------
- screensaver: moving "using namespace std;" to cpp ...

 ... to avoid the inheritance of this
This commit is contained in:
vanhofen
2014-12-28 21:55:32 +01:00
parent fbec1b3c6c
commit 586eb7782d
2 changed files with 5 additions and 6 deletions

View File

@@ -29,8 +29,6 @@
#include <vector>
#include <string>
using namespace std;
class CScreenSaver
{
private: