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