namespace fix
This commit is contained in:
parent
b685a3dfae
commit
6303f5f224
@ -3,8 +3,6 @@
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
string Luftfahrzeug::text()
|
||||
{
|
||||
stringstream ausgabe;
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
#include "Radfahrzeug.h"
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
string Radfahrzeug::text()
|
||||
{
|
||||
stringstream ausgabe;
|
||||
|
||||
@ -2,8 +2,6 @@
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
||||
using namespace std;
|
||||
|
||||
void Verkehrsmittel::bewege(int zielx, int ziely)
|
||||
{
|
||||
x = zielx;
|
||||
|
||||
@ -3,8 +3,6 @@
|
||||
#include "Radfahrzeug.h"
|
||||
#include <sstream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
string PKW::text()
|
||||
{
|
||||
stringstream ausgabe;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user