mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
cc_base.cpp: Removed unnecessary using 'namespace std' statement
Origin commit data
------------------
Branch: ni/coolstream
Commit: f83066481d
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-05-14 (Sun, 14 May 2023)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -30,10 +30,8 @@
|
||||
#include <neutrino.h>
|
||||
#include "cc_base.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
//abstract basic class CComponents
|
||||
CComponents::CComponents()
|
||||
{
|
||||
cc_tag = NULL;
|
||||
cc_tag = NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user