1
0
Fork 0
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:
Julian Storer 2011-09-13 15:09:21 +01:00
parent bd9a32c757
commit dce7cd9cd1
16 changed files with 79 additions and 53 deletions

View file

@ -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.
*/