diff options
Diffstat (limited to 'src/optparser.h')
-rw-r--r-- | src/optparser.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optparser.h b/src/optparser.h index aacafc3..2936a4b 100644 --- a/src/optparser.h +++ b/src/optparser.h | |||
@@ -182,7 +182,7 @@ namespace Bu | |||
182 | * been handled by an option, and isn't an option (starts with - or --). | 182 | * been handled by an option, and isn't an option (starts with - or --). |
183 | * To change this behaviour call | 183 | * To change this behaviour call |
184 | */ | 184 | */ |
185 | virtual void optionError( const Bu::FString sOption ); | 185 | virtual void optionError( const Bu::FString &sOption ); |
186 | 186 | ||
187 | void setNonOption( OptionSignal sSignal ); | 187 | void setNonOption( OptionSignal sSignal ); |
188 | 188 | ||