mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added a unit-test, and removed constness from a couple more return types.
This commit is contained in:
parent
bd9a32c757
commit
dce7cd9cd1
16 changed files with 79 additions and 53 deletions
|
|
@ -153,7 +153,7 @@ public:
|
|||
E.g. if browsing in "load file" mode, this will be "Open", if in "save file"
|
||||
mode, it'll be "Save", etc.
|
||||
*/
|
||||
virtual const String getActionVerb() const;
|
||||
virtual String getActionVerb() const;
|
||||
|
||||
/** Returns true if the saveMode flag was set when this component was created.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue