const fix
This commit is contained in:
@@ -241,7 +241,7 @@ void Steps::DeAutogen()
|
|||||||
Compress();
|
Compress();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Steps::AutogenFrom( Steps *parent_, StepsType ntTo )
|
void Steps::AutogenFrom( const Steps *parent_, StepsType ntTo )
|
||||||
{
|
{
|
||||||
parent = parent_;
|
parent = parent_;
|
||||||
m_StepsType = ntTo;
|
m_StepsType = ntTo;
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ public:
|
|||||||
~Steps();
|
~Steps();
|
||||||
|
|
||||||
// initializers
|
// initializers
|
||||||
void AutogenFrom( Steps *parent, StepsType ntTo );
|
void AutogenFrom( const Steps *parent, StepsType ntTo );
|
||||||
void CopyFrom( Steps* pSource, StepsType ntTo );
|
void CopyFrom( Steps* pSource, StepsType ntTo );
|
||||||
void CreateBlank( StepsType ntTo );
|
void CreateBlank( StepsType ntTo );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user