const fix

This commit is contained in:
Glenn Maynard
2003-12-29 22:50:54 +00:00
parent d558f53c5d
commit 5c26ef5753
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 );