More effective fixes. Still no issues.
Note: you will most likely end up recompiling the whole thing.
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
||||
*/
|
||||
RString operator[]( unsigned i ) const { if( i >= params.size() ) return RString(); return params[i]; }
|
||||
};
|
||||
|
||||
MsdFile(): values(), error("") {}
|
||||
|
||||
/** @brief Remove the MSDFile. */
|
||||
virtual ~MsdFile() { }
|
||||
|
||||
Reference in New Issue
Block a user