mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 11:19:19 +02:00
reformat: remove redundant qualifiers
This commit is contained in:
@@ -143,7 +143,7 @@ shape_node::deserialize( std::istream &Input ) {
|
||||
|
||||
// restores content of the node from provided input stream
|
||||
shape_node &
|
||||
shape_node::import( cParser &Input, scene::node_data const &Nodedata ) {
|
||||
shape_node::import( cParser &Input, node_data const &Nodedata ) {
|
||||
|
||||
// import common data
|
||||
m_name = Nodedata.name;
|
||||
@@ -558,7 +558,7 @@ lines_node::deserialize( std::istream &Input ) {
|
||||
|
||||
// restores content of the node from provded input stream
|
||||
lines_node &
|
||||
lines_node::import( cParser &Input, scene::node_data const &Nodedata ) {
|
||||
lines_node::import( cParser &Input, node_data const &Nodedata ) {
|
||||
|
||||
// import common data
|
||||
m_name = Nodedata.name;
|
||||
@@ -716,7 +716,7 @@ memory_node::deserialize( cParser &Input, node_data const &Nodedata ) {
|
||||
|
||||
|
||||
|
||||
basic_node::basic_node( scene::node_data const &Nodedata ) :
|
||||
basic_node::basic_node( node_data const &Nodedata ) :
|
||||
m_name( Nodedata.name )
|
||||
{
|
||||
uuid = UID::random();
|
||||
|
||||
Reference in New Issue
Block a user