Prevent gcc 4.3 warning (promoted to error)...
...for having const for a function return type.
This commit is contained in:
parent
bc8d0cf104
commit
c6a6cd0a0f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ protected:
|
|||
virtual void set_canvas_text();
|
||||
|
||||
tresolution_definition_* config() { return config_; }
|
||||
const tresolution_definition_* const config() const { return config_; }
|
||||
const tresolution_definition_* config() const { return config_; }
|
||||
|
||||
void set_config(tresolution_definition_* config) { config_ = config; }
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue